alexschwantes / testcafe-reporter-junit

This is the xUnit reporter plugin for TestCafe.
https://devexpress.github.io/testcafe/
MIT License
3 stars 4 forks source link

Change outputdir #6

Open Thaval opened 3 years ago

Thaval commented 3 years ago

Hi,

is it possible to change the output directory?

alexschwantes commented 3 years ago

Hi, the plugin follows the standard way for testcafe to define the output filename from testcafe https://devexpress.github.io/testcafe/documentation/reference/command-line-interface.html#-r-nameoutput---reporter-nameoutput

ie. testcafe chrome 'examples/client-scripts' --reporter junit:report.xml

you can try changing the report.xml to a path and see if that works (sorry I can't test it right now)