angular.js/test/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
..
e2e fix(scenario): Adding meta tag to avoid cache issues 2012-08-30 15:36:42 -07:00
jstd-scenario-adapter chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
output fix(scenario): include error messages in XML output 2013-02-07 04:09:52 -08:00
ApplicationSpec.js feat(Scenario): autodisable animations when running e2e tests 2013-04-03 17:40:15 -07:00
DescribeSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
dslSpec.js feat(scenario): add mouseover method to the ngScenario dsl 2013-01-18 21:24:57 -08:00
FutureSpec.js refactor(fromJson): always use native JSON.parse 2012-03-28 16:30:38 -07:00
matchersSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
mocks.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ObjectModelSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
RunnerSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
ScenarioSpec.js chore(module): move files around in preparation for more modules 2012-03-28 11:16:35 -07:00
SpecRunnerSpec.js fix(scenario-runner): support data-ng and x-ng based attributes 2012-10-31 13:58:13 -07:00