mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
31 lines
674 B
YAML
31 lines
674 B
YAML
---
|
|
framework: mocha
|
|
cwd: awx/ui/
|
|
port: 7358
|
|
src_files:
|
|
- static/js/**/*.js
|
|
- static/lib/**/*.js
|
|
- tests/**/*.js
|
|
serve_files:
|
|
- dist/tower.concat.js
|
|
- dist/tests/**/*.js
|
|
- dist/tests/unit.js
|
|
unsafe_file_serving: true
|
|
test_page: tests.html
|
|
disable_watching: true
|
|
routes:
|
|
/awx/ui/dist: /static
|
|
/tests.html: ../../packaging/grunt/testem.mustache
|
|
/test-loader.js: static/lib/ember-cli-test-loader/test-loader.js
|
|
/vendor: ../../node_modules
|
|
/angular-mocks.js: dist/lib/angular-mocks/angular-mocks.js
|
|
/templates.js: dist/node-tests/templates.js
|
|
reporter: xunit
|
|
launch_in_dev:
|
|
- Mocha
|
|
launch_in_ci:
|
|
- PhantomJS
|
|
launchers:
|
|
Mocha:
|
|
command: npm test
|