* I am trying to save the output of my test run (only stdout without stderr) to a file, using gulp-ava. * Neither `AVA` nor `gulp-ava` has a parameter to do this yet. Redirecting the whole output of gulp-ava into a file also redirects output of gulp into it. * [I implemented the parameter in gulp-ava already](https://github.com/avajs/gulp-ava/pull/32), but it might makes more sense to implement it in ava. Would you like to have an option `outputfile` in `AVA`?