feat: init files
This commit is contained in:
7
cucumber.js
Normal file
7
cucumber.js
Normal file
@ -0,0 +1,7 @@
|
||||
module.exports = {
|
||||
default: {
|
||||
require: ["step-definitions/**/*.js"], // make sure this path matches your actual step definitions folder
|
||||
format: ["json:reports/cucumber-report.json"], // this will output a JSON report to the reports folder
|
||||
publishQuiet: true, // suppress publish messages, good to keep clean
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user