feat: init files

This commit is contained in:
2025-06-17 22:58:08 +08:00
parent 3c77faf93e
commit 6b090a93c9
10 changed files with 385 additions and 0 deletions

7
cucumber.js Normal file
View 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
},
};