Closed alastorohlin closed 3 years ago
Hey Arnold. There should not be any issues with the .feature
filename prefix, it looks like you've configured that correctly!
The error you're seeing is caused by the use of the nullish coalescing operator. This language feature is only available on NodeJS version 14.0.0 or newer.
This is a duplicate of issue #17.
I've updated the package.json
file to include this node engine version requirement. See commit ef64600.
This has been fixed in version 2.1.1.
Be sure to use Node 14.0.0 or newer!
Thank you for reporting the issue!
Hi everyone, In my project I use .feature files for my tests. 🥒
When I try to execute
$(npm bin)/cypress-utils stress-test path/to/file.feature
I got this error:On my Cypress.json I have this properties:
Does this plugin only works with spec.js files?
Thanks 😄