2020-08-18 06:45:22 +02:00
|
|
|
{
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"cucumber": "^6.0.5",
|
2020-12-16 17:33:40 +01:00
|
|
|
"nightwatch": "^1.5.1",
|
2020-08-18 06:45:22 +02:00
|
|
|
"nightwatch-api": "^3.0.1"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
2020-10-14 07:41:18 +02:00
|
|
|
"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"
|
2020-08-18 06:45:22 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2020-12-07 21:44:19 +01:00
|
|
|
"chart.js": "^2.9.4",
|
2020-10-06 09:23:47 +02:00
|
|
|
"cucumber-pretty": "^6.0.0",
|
2020-08-18 06:45:22 +02:00
|
|
|
"node-fetch": "^2.6.1"
|
|
|
|
|
}
|
|
|
|
|
}
|