-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 767 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "polymer-e2e-tests",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"polymerPractice-chrome": "npx playwright test Practice.spec.ts --project=chromium",
"polymerPractice-firefox": "npx playwright test Practice.spec.ts --project=firefox",
"polymerPractice-webkit": "npx playwright test Practice.spec.ts --project=webkit",
"polymerPractice-all": "npm run polymerPractice-chrome & npm run polymerPractice-firefox & npm run polymerPractice-webkit"
},
"keywords": [],
"author": "npx playwright test ",
"license": "ISC",
"description": "",
"devDependencies": {
"@faker-js/faker": "^7.6.0",
"@playwright/test": "^1.48.2",
"@types/node": "^22.8.4",
"playwright": "^1.48.2",
"typescript": "^5.6.3"
}
}