-
Notifications
You must be signed in to change notification settings - Fork 207
/
Copy pathpackage.json
23 lines (23 loc) · 934 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
{
"name": "tau-advanced-playwright",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test-ui": "npx playwright test tests/ui/",
"test-ui-c": "npx playwright test tests/ui/specs/ --project=chromium",
"test-ui-h": "npx playwright test tests/ui/specs/ --headed",
"test-ui-auth-admin": "npx playwright test profile-stored-auth-multi-role-admin.spec.ts --project=chromium-auth ",
"test-ui-auth-user": "npx playwright test profile-stored-auth-multi-role-user.spec.ts --project=chromium-auth ",
"test-ui-auth": "npx playwright test profile-stored-auth-multi-role-example.spec.ts --project=chromium-auth ",
"test-vrt": "npx playwright test visual-regression.spec.ts --project=chromium"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@applitools/eyes-playwright": "^1.17.5",
"@playwright/test": "^1.35.1",
"dotenv": "^16.1.4"
}
}