aboutsummaryrefslogtreecommitdiffstats
path: root/src/scenario
AgeCommit message (Expand)Author
2011-09-26fix(scenario): workaround for FF6 dispatchEvent issue #684208Igor Minar
2011-09-26Revert "fix(scenario): temporary fix for FF6"Igor Minar
2011-09-16fix(scenarioRunner): navigateTo should use prop('contentWindow')Igor Minar
2011-09-16feat(scenarioRunner): adding support for element().prop()Igor Minar
2011-09-16fix(scenario dsl): jQuery getters must have no valueIgor Minar
2011-09-16feat (jquery): upgrade everything to jQuery 1.6.4Igor Minar
2011-09-08fix(scenario): temporary fix for FF6Vojta Jina
2011-09-08fix(scenario): do not navigate if click event was cancelledVojta Jina
2011-09-08feat(scenario): browserTrigger returns false if preventDefault()Vojta Jina
2011-08-15style(*): remove extra semicolonsIgor Minar
2011-08-02feat(scope): new and improved scope implementationMisko Hevery
2011-07-22chore(license): update license headers + add version numIgor Minar
2011-07-18feat(strict mode): adding strict mode flag to all js filesIgor Minar
2011-07-18refactor($browser): hide startPoll and poll methodsDiPeng
2011-06-15Fix test for scenario.Application - should remove old iframeVojta Jina
2011-06-15Fix scenario runner on IE7, IE8Misko Hevery
2011-06-06added input#val methodDi Peng
2011-06-05renamed $pause to $sleep AND $wait to $pauseDi Peng
2011-05-19JSTD adapter for running e2e testsVojta Jina
2011-05-19Don't check url (by HEAD request) before navigateToVojta Jina
2011-04-25Fix some typos, missing semi-colons, etc...Vojta Jina
2011-04-22fix typo in scenario jsdocsIgor Minar
2011-04-11fix e2e runner's navigateTo when url contains # fragmentIgor Minar
2011-04-09fix build for IE9Igor Minar
2011-04-08fix e2e runner's browser.location methodsIgor Minar
2011-02-16reformated multiline trinary expressions to have a leading ?/:.Misko Hevery
2011-02-16rewrite of JQuery lite implementation, which now better supports selected setsMisko Hevery
2011-02-16allow jquery to be declared after angular in the script loading orderMisko Hevery
2011-01-24fixed example rendering, add tests for it.Misko Hevery
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