-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 778 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 778 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
{
"name": "playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx playwright test tests/api_gorest.spec.js",
"GUItest": "npx playwright test tests/chipotle_order.spec.spec.js --headed",
"testazure": "npx playwright test tests/api_gorest.spec.js --config=playwright.service.config.js --workers=1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@azure/microsoft-playwright-testing": "^1.0.0-beta.7",
"@playwright/test": "^1.51.1",
"@types/node": "^22.13.11"
},
"dependencies": {
"dotenv": "^16.4.7",
"playwright-extra": "^4.3.6",
"playwright-extra-plugin-stealth": "^0.0.1",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}