-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 912 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "playwright-automation-framework",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"cucumber:ts": "cucumber-js src/features/*.feature --require-module ts-node/register --require src/step-definitions/**/**/*.ts --require src/utils/cucumber-timeout.ts",
"precucumber": "rimraf reports/* allure-results allure-report && mkdir -p reports",
"cucumber": "npx cucumber-js && ts-node ./src/index.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@colors/colors": "^1.6.0",
"@cucumber/cucumber": "^11.0.1",
"@faker-js/faker": "^9.2.0",
"@playwright/test": "^1.48.2",
"@types/node": "^22.9.0",
"allure-cucumberjs": "^3.0.6",
"dotenv": "^16.4.5",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"winston": "^3.17.0"
}
}