Closed salimdellali closed 2 weeks ago
Hi @salimdellali - Are you able to submit a PR to the docs. You should find the edit button on each relevant page.
@luke-hill the moment I get some free time I will do it, hope I won't forget. Feel free to re-ping me here if I did not create a PR in the short term future lol
@luke-hill after checking again the 10 Minute Tutorial (JS), I see that the missing step of installing the cucumber.js package was added.
closing this issue as it has been resolved.
👓 What did you see?
✅ What did you expect to see?
📦 Which tool/library version are you using?
🔬 How could we reproduce it?
following the tutorial
10 Minute Tutorial
, the project works fine until you create the fileis_it_friday_yet.feature
, after you have created the file, and runnpm test
ornpx cucumber-js
, the error is thrown📚 Any additional context?
to fix the problem, install
cucumber
as a dependency by runningnpm install cucumber
, so the step of installingcucumber
as a dependency should occur right before creating the fileis_it_friday_yet.js
, and needs to be mentioned in the tutorialThis text was originally generated from a template, then edited by hand. You can modify the template here.