--- framework: mocha cwd: awx/ui/ port: 7358 src_files: - client/**/*.js - client/**/*.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: /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 reporter: xunit launch_in_dev: - Mocha launch_in_ci: - PhantomJS launchers: Mocha: command: npm test