1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 09:51:09 +03:00
awx/testem.yml

30 lines
658 B
YAML
Raw Normal View History

---
framework: mocha
2015-07-23 00:15:55 +03:00
cwd: awx/ui/client
port: 7358
src_files:
2015-07-23 00:15:55 +03:00
- src/**/*.js
- tests/**/*.js
serve_files:
2015-07-23 00:15:55 +03:00
- ../static/tower.concat.js
- ../static/tests/**/*.js
- ../static/tests/unit.js
unsafe_file_serving: true
test_page: tests.html
disable_watching: true
routes:
2015-07-23 00:15:55 +03:00
/static: ../static
2015-07-23 22:38:14 +03:00
/tests.html: ../../../packaging/node/testem.mustache
2015-07-23 00:15:55 +03:00
/test-loader.js: lib/ember-cli-test-loader/test-loader.js
/vendor: ../../../node_modules
/angular-mocks.js: lib/angular-mocks/angular-mocks.js
reporter: xunit
2015-07-28 16:30:07 +03:00
report_file: reports/test-results-ui.xml
launch_in_dev:
- Mocha
launch_in_ci:
- PhantomJS
launchers:
Mocha:
2015-07-23 00:15:55 +03:00
command: make node-tests