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 32e6f52 commit 7b223d7Copy full SHA for 7b223d7
testHeadlessComponents.sh
@@ -232,6 +232,7 @@ if [ "$OS" == "windows" ]; then
232
printXmlHeader $PASSED $FAILED $TESTS $IGNORED "testHeadlessComponent" | Out-File -FilePath $XMLREPORT
233
echo "$BODY" | Out-File -FilePath $XMLREPORT
234
printXmlFooter | Out-File -FilePath $XMLREPORT
235
+ ls $XMLREPORT
236
else
237
printXmlHeader $PASSED $FAILED $TESTS $IGNORED "testHeadlessComponent" > $XMLREPORT
238
echo "$BODY" >> $XMLREPORT
0 commit comments