Add jstd-scenario-adapter so we can run e2e tests with JsTD
[angular-drzb] / config / jsTestDriver-scenario.conf
1 server: http://localhost:9877
2
3 load:
4   - test/lib/angular/angular-scenario.js
5   - config/jstd-scenario-adapter-config.js
6   - test/lib/angular/jstd-scenario-adapter.js
7   - test/e2e/scenarios.js
8
9 proxy:
10  - {matcher: "*", server: "http://localhost:8000"}