aboutsummaryrefslogtreecommitdiffstats
path: root/test/scenario/dslSpec.js
AgeCommit message (Expand)Author
2012-03-28chore(module): move files around in preparation for more modulesMisko Hevery
2012-03-09chore(*): refactor all ng: to ng-Igor Minar
2012-01-25docs(compiler): update the compiler docsMisko Hevery
2012-01-25refactor(directives): connect new compilerMisko Hevery
2012-01-10feat(module): new module loaderMisko Hevery
2011-11-14refactor(injector): $injector is no longer a function.Misko Hevery
2011-11-14chore(scenario tests): make scenario tests pass againMisko Hevery
2011-11-14refactor(injector): switch to injector 2.0 introduce modulesMisko Hevery
2011-11-14refactor(injector): turn scope into a serviceMisko Hevery
2011-10-26fix(scenario.dsl): Fix dsl for $locationVojta Jina
2011-10-11chore(formating): clean code to be function() {Misko Hevery
2011-10-11feat(forms): new and improved formsMisko Hevery
2011-10-11feat(ng:repeat) collection items and DOM elements affinity / stabilityMisko Hevery
2011-09-16feat(scenarioRunner): adding support for element().prop()Igor Minar
2011-09-16fix(specs): jQuery now returns attr name instead of true/false for special attrsIgor Minar
2011-09-08fix(scenario): do not navigate if click event was cancelledVojta Jina
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-06-06added input#val methodDi Peng
2011-06-05renamed $pause to $sleep AND $wait to $pauseDi Peng
2011-06-02Fix CSS tests on OperaVojta Jina
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-08fix e2e runner testsIgor Minar
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2010-11-09Support substring matching of bindings with repeater(). Closes #123Elliott Sprehn
2010-11-09Add key/value jQuery methods in a loop. Support 'css' method.Elliott Sprehn
2010-11-07Added documentation for validators.Misko Hevery
2010-11-03fix dslSpec for IEIgor Minar
2010-11-03binding() should return value for input/text area, innerHTML for the restIgor Minar
2010-11-03adding textarea() DSL for scenario runnerIgor Minar
2010-11-03adding regular expressions support for binding() DSLIgor Minar
2010-11-02Make future names consistent and handle falsy values in jQuery generated meth...Elliott Sprehn
2010-11-01Add browser().reload() to simulate a refresh from a userElliott Sprehn
2010-11-01Provide browser DSL with location() to expect the iframe URL parts. Also move...Elliott Sprehn
2010-10-29Auto generate all the jQuery get/set methodsElliott Sprehn
2010-10-28add optional label to dsl with selectors to improve test and output readabilityAndres Ornelas
2010-10-27Correctly fail tests if no binding matches and add better test cases for fail...Elliott Sprehn
2010-10-27Fix failing tests for ie, and mark elements as ng-widget, ng-directive, and n...Misko Hevery
2010-10-26fixes IE related failures, and form submit event handling in ieMisko Hevery
2010-10-26Lots of bug fixes in the scenario runner and a bunch of new features.Elliott Sprehn
2010-10-26Reverted change 841013a4c4d25acf6fc9ff40e449c3d0a4b82ec3 which does not work ...Misko Hevery
2010-10-23Fix test which was causing the Chrome runner to fail. Upgraded JSTD to latest...Misko Hevery
2010-10-20fix some of the failing ie testsMisko Hevery
2010-10-20Lots of stability and performance updates and UI polish too.Elliott Sprehn
2010-10-19Fix browser triggering in scenario to always do native events.Misko Hevery
2010-10-19Significantly clean up the way the scenario DSL works and implement many more...Elliott Sprehn