--- 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 report_file: reports/test-results-ui.xml launch_in_dev: - Mocha launch_in_ci: - PhantomJS launchers: Mocha: command: make node-tests