Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 588 Bytes

File metadata and controls

17 lines (9 loc) · 588 Bytes

Frequently asked questions

--env / tags isn't picked up

This might be because you're trying to specify -e / --env multiple times, but multiple values should be comma-separated.


I get fs_1.promises.rm is not a function

Upgrade your node version to at least v14.14.0.


I get spawn cucumber-json-formatter ENOENT

You need to install cucumber-json-formatter yourself, as per documentation.