mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
Get tests running again
This commit is contained in:
24
testem.yml
24
testem.yml
@@ -1,25 +1,23 @@
|
||||
---
|
||||
framework: mocha
|
||||
cwd: awx/ui/
|
||||
cwd: awx/ui/client
|
||||
port: 7358
|
||||
src_files:
|
||||
- client/**/*.js
|
||||
- client/**/*.js
|
||||
- src/**/*.js
|
||||
- tests/**/*.js
|
||||
serve_files:
|
||||
- static/tower.concat.js
|
||||
- static/tests/**/*.js
|
||||
- static/tests/unit.js
|
||||
- ../static/tower.concat.js
|
||||
- ../static/tests/**/*.js
|
||||
- ../static/tests/unit.js
|
||||
unsafe_file_serving: true
|
||||
test_page: tests.html
|
||||
disable_watching: true
|
||||
routes:
|
||||
/awx/ui/static: /static
|
||||
/tests.html: ../../packaging/grunt/testem.mustache
|
||||
/test-loader.js: client/lib/ember-cli-test-loader/test-loader.js
|
||||
/vendor: ../../node_modules
|
||||
/angular-mocks.js: static/lib/angular-mocks/angular-mocks.js
|
||||
/templates.js: static/templates.js
|
||||
/static: ../static
|
||||
/tests.html: ../../../packaging/grunt/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
|
||||
@@ -27,4 +25,4 @@ launch_in_ci:
|
||||
- PhantomJS
|
||||
launchers:
|
||||
Mocha:
|
||||
command: npm test
|
||||
command: make node-tests
|
||||
|
||||
Reference in New Issue
Block a user