teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Append test results to output file. #143

Closed f-istvan closed 8 years ago

f-istvan commented 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.

teerapap commented 8 years ago

Thanks for the PR :smile: I merged and released in v3.1.0