-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 748 Bytes
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
27
28
{
"name": "playwrightwithtypescriptconcepts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test:dev": "cross-env TEST_ENV=dev npx playwright test",
"test:UAT": "cross-env TEST_ENV=uat npx playwright test",
"test1": "cross-env TEST_ENV=dev npx playwright test --project=chromium --headed"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.60.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^20.8.4"
},
"dependencies": {
"allure-playwright": "^2.15.1",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"csv-parse": "^5.5.4",
"dotenv": "^16.4.5",
"exceljs": "^4.4.0",
"read-excel-file": "^5.7.1"
}
}