You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.
migrated to cucumber 6.0.5
you need to add/replace the code in index.js with the following
let runArgs = process.argv;
let cliArgs = {argv : runArgs, cwd: process.cwd(), stdout: process.stdout};
let cli = new (require('cucumber').Cli)(cliArgs);
I am facing few issues when upgrades to latest cucumber version (version 6)
please can you recommend what changes will i need to do make it working with latest cucumber version (especially index.js file)
I really appreciate your help
Thanks,
Anil
The text was updated successfully, but these errors were encountered: