aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario
AgeCommit message (Expand)Author
2011-01-10Rename angular.foreach to angular.forEach to make the api consistent.Igor Minar
2011-01-10bootstrap angular on "document ready" instead of window.onloadIgor Minar
2011-01-07change to keydown from keyup; add delayed $updateViewMisko Hevery
2011-01-07rename nodeName due to conflicts with jqueryIgor Minar
2010-11-10scenario repeater should match only visible stuffIgor 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 the linky filterMisko Hevery
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-02Provide better sandbox error messages, and disallow running from file:// URLsElliott Sprehn
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-29Check if file exists (not a 404) and that document is accessible and not usin...Elliott 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-27Revert performance optimization of using setTimeout in SpecRunner every 10 st...Elliott Sprehn
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-22Workaround for http://bugs.jquery.com/ticket/7292Misko Hevery
2010-10-22Horrible IE + jQuery hack to make the tests passMisko Hevery
2010-10-22fixed issue with ie .data() method failing testsMisko 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-19fixed Scenario.js so that it does not clobber global varsMisko Hevery
2010-10-19fixed testsMisko Hevery
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
2010-10-15fixed lint warnings and one flaky testMisko Hevery
2010-10-14New Angular Scenario runner and DSL system with redesigned HTML UI.Elliott Sprehn
2010-09-23cleanup underscore.js form rakefileMisko Hevery
2010-09-14Fixed all trivial jslint violationsMisko Hevery
2010-08-18stringify names for better compression, remove dead functions, removed unders...Misko 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-11Fix toEqual matcher to use angular.equals instead of simple == comparison, wh...Shyam 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