angular.js/src/ngScenario
Igor Minar fec4ef3881 feat(Scenario): autodisable animations when running e2e tests
animations cause the dom to contain elements that have been removed
from the model but are being animated out.

we could teach the e2e runner to wait for animations but that would
make all tests slower. it should be quite safe to just disable
animations automatically when the app is running via the e2e test
runner.

this change disables only css animations. we should make additional
change that disables js animations as well, but since we don't need
this right now I'm punting on it.
2013-04-03 17:40:15 -07:00
..
output fix(scenario): include error messages in XML output 2013-02-07 04:09:52 -08:00
angular-bootstrap.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
angular.prefix chore(license): update to google 2012-04-20 11:29:34 -07:00
angular.suffix chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
Application.js feat(Scenario): autodisable animations when running e2e tests 2013-04-03 17:40:15 -07:00
Describe.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dsl.js feat(scenario): add mouseover method to the ngScenario dsl 2013-01-18 21:24:57 -08:00
Future.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
matchers.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModel.js fix(scenario): emit RunnerBegin event 2012-09-11 16:12:41 -07:00
Runner.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
Scenario.js docs(*): fixed typos 2013-03-29 23:14:55 +01:00
SpecRunner.js fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 13:58:13 -07:00