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
Google Code Exporter edited this page Mar 19, 2015
·
1 revision
Changing where the HTML output is written to
This can be done by setting the system property yatspec.output.dir.
There is a public constant on com.googlecode.yatspec.junit.SpecRunner.OUTPUT_DIR if you wish to do it programmatically.
If this is not set this will default to java.io.tmpdir.
This is only read after the test has run so can be changed in the test under execution to dynamically change the location of the output directory.