You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSX 10.10, bash, mocha-phantomjs 3.5.3, phantomjs 1.9.8, node v0.10.34
running mocha-phantomjs -t 30000 -R xunit --file thing.xml test.html
I'm expecting the xunit output to go into thing.xml. Instead it comes to standard out. Additionally, it creates thing.xml, but it is an empty file.
Any ideas?
The text was updated successfully, but these errors were encountered:
Relevent is that there were resource errors polluting my xml, which is why I moved away from > in the first place. --ignore-resource-errors fixed the problem for me.
OSX 10.10, bash, mocha-phantomjs 3.5.3, phantomjs 1.9.8, node v0.10.34
running
mocha-phantomjs -t 30000 -R xunit --file thing.xml test.html
I'm expecting the xunit output to go into thing.xml. Instead it comes to standard out. Additionally, it creates thing.xml, but it is an empty file.
Any ideas?
The text was updated successfully, but these errors were encountered: