We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda3813 commit fb59857Copy full SHA for fb59857
.testspace.xml
@@ -8,12 +8,12 @@
8
</suite>
9
<suite name="Tests" state="1" id=".sh" description="run **all** of the unit tests">
10
<attributes>
11
- <![CDATA[gulp build; echo "$PWD/test/junitresults.xml" > ${self.result}]]>
+ <![CDATA[gulp build; echo "$PWD/test/reports/junitresults.xml" > ${self.result}]]>
12
</attributes>
13
14
<suite name="Coverage" state="1" id=".sh" description="Code coverage based on latest run. Review the ==Reports== tab for historical tracking">
15
16
- <![CDATA[echo "$PWD/test/coverage/clover.xml" > ${self.result}]]>
+ <![CDATA[echo "$PWD/test/reports/coverage/clover.xml" > ${self.result}]]>
17
18
19
</root>
0 commit comments