Commit 7316a3dc by Will Daly

js-test-tool generates xunit reports.

parent 4b225de3
......@@ -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')
......
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment