diff --git a/rakelib/js_test.rake b/rakelib/js_test.rake index d1cce49350..f962a2c906 100644 --- a/rakelib/js_test.rake +++ b/rakelib/js_test.rake @@ -32,7 +32,8 @@ end # command line arguments def js_test_tool(env, command, do_coverage) suite = suite_for_env(env) - cmd = "js-test-tool #{command} #{suite} --use-firefox --timeout-sec 600" + xunit_report = File.join(JS_REPORT_DIR, 'javascript_xunit.xml') + cmd = "js-test-tool #{command} #{suite} --use-firefox --timeout-sec 600 --xunit-report #{xunit_report}" if do_coverage report_dir = File.join(JS_REPORT_DIR, 'coverage.xml') diff --git a/requirements/edx/github.txt b/requirements/edx/github.txt index 6491fc9c82..01fb717ae5 100644 --- a/requirements/edx/github.txt +++ b/requirements/edx/github.txt @@ -18,5 +18,5 @@ -e git+https://github.com/edx/XBlock.git@cee38a15f#egg=XBlock -e git+https://github.com/edx/codejail.git@0a1b468#egg=codejail -e git+https://github.com/edx/diff-cover.git@v0.2.6#egg=diff_cover --e git+https://github.com/edx/js-test-tool.git@v0.1.1#egg=js_test_tool +-e git+https://github.com/edx/js-test-tool.git@v0.1.3#egg=js_test_tool -e git+https://github.com/edx/django-waffle.git@823a102e48#egg=django-waffle