cypress-fail-fast icon indicating copy to clipboard operation
cypress-fail-fast copied to clipboard

Parallel run example in README produces an error

Open javierbrea opened this issue 2 years ago • 0 comments

The example in the README.md file about parallel runs contains an error. The fs.writeFileSync requires at least two arguments, and in the example only one is passed. So, it would not work if copied as it is.

It is desired to add a second argument in the example, an empty string would be enough to make it work.

This issue was originally discovered by @marboleda in #244

javierbrea avatar Sep 15 '22 16:09 javierbrea