mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
29 lines
617 B
YAML
29 lines
617 B
YAML
---
|
|
framework: mocha
|
|
cwd: awx/ui/client
|
|
port: 7358
|
|
src_files:
|
|
- src/**/*.js
|
|
- tests/**/*.js
|
|
serve_files:
|
|
- ../static/tower.concat.js
|
|
- ../static/tests/**/*.js
|
|
- ../static/tests/unit.js
|
|
unsafe_file_serving: true
|
|
test_page: tests.html
|
|
disable_watching: true
|
|
routes:
|
|
/static: ../static
|
|
/tests.html: ../../../packaging/node/testem.mustache
|
|
/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
|
|
launch_in_dev:
|
|
- Mocha
|
|
launch_in_ci:
|
|
- PhantomJS
|
|
launchers:
|
|
Mocha:
|
|
command: make node-tests
|