From 7316a3dc3b5a7829368724f0f6d1770f3ee717fb Mon Sep 17 00:00:00 2001 From: Will Daly Date: Tue, 1 Oct 2013 10:25:39 -0400 Subject: [PATCH] js-test-tool generates xunit reports. --- rakelib/js_test.rake | 3 ++- requirements/edx/github.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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