-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 993 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
24
25
26
27
28
29
30
31
32
33
{
"name": "beneficum",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build:docker": "docker build -t playwright-docker .",
"run:test:docker": "docker run -it playwright-docker:latest npm run test",
"test": "npx tsc && playwright test --browser=webkit",
"test-html-report": "playwright test --browser=all --reporter=html",
"test-json-report": "PLAYWRIGHT_JSON_OUTPUT_NAME=results.json playwright test --browser=chromium --reporter=json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Khrove/Beneficum.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Khrove/Beneficum/issues"
},
"homepage": "https://github.com/Khrove/Beneficum#readme",
"devDependencies": {
"@types/node": "^18.7.13"
},
"dependencies": {
"@axe-core/playwright": "^4.4.4",
"@playwright/test": "^1.31.2",
"dotenv": "^16.0.1",
"typescript": "^4.8.2"
}
}