I am getting following error while running cucumber test cases through github workflow.
config/cucumber.js file is exists in the framework.
Error: Cannot find module ‘/home/runner/work/POC/POC/Config/cucumber.js’
Require stack:
- /home/runner/work/POC/POC/node_modules/@cucumber/cucumber/lib/configuration/from_file.js
- /home/runner/work/POC/POC/node_modules/@cucumber/cucumber/lib/configuration/index.js
- /home/runner/work/POC/POC/node_modules/@cucumber/cucumber/lib/cli/index.js
- /home/runner/work/POC/POC/node_modules/@cucumber/cucumber/lib/cli/run.js
- /home/runner/work/POC/POC/node_modules/@cucumber/cucumber/bin/cucumber.js
any help would be highly appreciated. Thank you.
I am trying to run playwright -cucumber test scrips through github action
New contributor
user20070232 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.