Closed f-istvan closed 8 years ago
We want to append test results to the output file. The actual output file option overrides it any time when the tests are executed. With outputOptions: { flags: 'a' } it is possible to keep the file. There are many other options available.
Thanks for the PR :smile: I merged and released in v3.1.0
We want to append test results to the output file. The actual output file option overrides it any time when the tests are executed. With outputOptions: { flags: 'a' } it is possible to keep the file. There are many other options available.