-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 871 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 871 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
29
30
{
"name": "confac-playwright",
"version": "1.0.0",
"description": "Playwright tests for confac",
"scripts": {
"test": "bunx playwright test",
"ui": "bunx playwright test --ui",
"headed": "bunx playwright test --headed",
"failed": "bunx playwright test --last-failed",
"debug": "bunx playwright test --debug",
"report": "bunx playwright show-report",
"codegen": "bunx playwright codegen localhost:3000",
"trace": "bunx playwright test --trace on"
},
"repository": {
"type": "git",
"url": "git+https://github.com/itenium-be/confac-playwright.git"
},
"keywords": [],
"author": "itenium",
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^9.8.0",
"@playwright/test": "^1.53.1",
"@types/mongodb": "^3.5.8",
"@types/node": "^24.0.3",
"dotenv": "^16.5.0",
"mongodb": "^3.5.8"
}
}