Merge pull request #1186 from edx/will/js-test-xunit

JavaScript xunit reports.
This commit is contained in:
Will Daly
2013-10-17 13:37:53 -07:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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')

View File

@@ -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