Liron Tal

Results 1 comments of Liron Tal

We encountered this issue as well. I think we found a workaround - replacing `npx cypress run --spec ...` with `npx cypress run --config specPattern=["integration/folder-a/some-spec.spec.js","integration/folder-b/another-spec.spec.js"] ` The array is important...