jstestdriver

Passing a command line argument to jstestdriver JAR from ANT?

I'm trying to use jstestdriver to generate some unit tests in my ant build in Windows. I plan to do this by running jstestdriver from an ant target using the <java> ant task. So far for my ant build file I have the following: <target name="jstestdriver" description="Runs the js unit tests"> ... Now inside the <j...

How to get Bamboo to handle LCOV formatted code coverage data?

I'm using JsTestDriver for JS unit testing and code coverage (JsTestDriverCodeCoverage) tasks. I've recently started using Atlassian Bamboo for continuous integration, and discovered that it can't handle the LCOV format, which JsTestDriver is generating. Is there a workaround for this problem? Conversion of sorts? ...