dolibarr/test/acceptance/package.json
MDW c41029d2d4
Fix: Invalid package.json (#27391)
# Fix: extra comma in package.json making it invalid

Remove the comma to make the file valid.
2024-01-10 16:25:48 +01:00

11 lines
336 B
JSON

{
"devDependencies": {
"cucumber": "^6.0.5",
"nightwatch": "^1.5.1",
"nightwatch-api": "^3.0.1"
},
"scripts": {
"test:e2e": "node_modules/cucumber/bin/cucumber-js --require test/acceptance/index.js --require test/acceptance/setup.js --require test/acceptance/stepDefinitions -f node_modules/cucumber-pretty"
}
}