-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 776 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
{
"name": "loopqa-techeval",
"version": "1.0.0",
"description": "Data-driven Playwright technical evaluation for LoopQA",
"scripts": {
"test": "playwright test",
"test:smoke": "playwright test --grep @smoke",
"test:regression": "playwright test --grep @regression",
"test:chromium": "playwright test --project=chromium",
"test:firefox": "playwright test --project=firefox",
"test:webkit": "playwright test --project=webkit",
"test:headed": "playwright test --headed",
"report": "playwright show-report"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@axe-core/playwright": "^4.11.1",
"@playwright/test": "^1.59.0",
"tsx": "^4.21.0",
"typescript": "^6.0.2"
}
}