/cucumber-sample

A very simple CucumberJS sample

Primary LanguageJavaScript

Cucumber Sample

This is a sample project to demonstrate how to use Cucumber with Node.js, detailed in this blog post.

Running the scenarios

  1. 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
    
  2. Run npm install
  3. Run npx cucumber-js