aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario/DSL.js
AgeCommit message (Expand)Author
2010-10-19Significantly clean up the way the scenario DSL works and implement many more...Elliott Sprehn
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-08-13Fix issue with jquery not being visible in productionShyam Seshadri
2010-08-13Provide all jquery functions as futuresShyam Seshadri
2010-08-13Revert click dsl, since what is returned by element is a jquery objectShyam Seshadri
2010-08-13Pull in Rajat's changes to add click and url checking dslShyam Seshadri
2010-08-11modify element dsl to understand angular bindings and return jquery object fo...Shyam Seshadri
2010-08-10Change repeater dsl to collect and return an array of string contents based o...Shyam Seshadri
2010-08-10Fix test breakage in Chrome. Chrome JQuery doesn't like malformed table html ...Shyam Seshadri
2010-08-10Inject jquery into future scope, and rename outer scenario to _window, which ...Shyam Seshadri
2010-08-09Add element DSL, to find an element. Has knowledge of finding ng:bind element...Shyam Seshadri
2010-08-06added repeater.collect to E2E DSLAndres Ornelas
2010-08-05fix build breakage by returning the added futures in the DSLAndres Ornelas
2010-08-05Added new files to Rakefile and consistently used .addFutureAndres Ornelas
2010-07-27stable before refactoringAndres Ornelas
2010-07-27Merge branch 'master' of github.com:angular/angular.js into futureAndres Ornelas
2010-07-08fixed IE testsMisko Hevery
2010-06-30all tests passing with new futures conceptAndres Ornelas
2010-06-09fixed undefined testWindow bugAndres Ornelas
2010-06-09change repeater count expectation wordingAndres Ornelas
2010-06-09add repeater DSL and fix typoAndres Ornelas
2010-05-27extracted switchRouteMatcher and added necessary libraries to angular-scenarioAndres Ornelas
2010-05-26navigate to scenario waits for outstanding requests to clear before proceeding.Andres Ornelas
2010-05-25added rake task to create a single file for scenario runnerMisko Hevery
2010-05-24added dsl tests and select methodAndres Ornelas
2010-05-24added error handling on scenario definitionAndres Ornelas