This is a sample project to demonstrate how to use Cucumber with Node.js, detailed in this blog post.
- Install Node Version Manager and use the long-term support version of node
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash nvm install --lts nvm use --lts
- Run
npm install
- Run
npx cucumber-js