forked from not-matthias/apollo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 704 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "apollo-theme",
"version": "1.0.0",
"description": "UI tests for Apollo Zola theme",
"private": true,
"scripts": {
"test": "playwright test",
"test:docker-compose": "docker-compose -f docker-compose.test.yml run --rm playwright-tests",
"test:ui": "playwright test --ui",
"test:debug": "playwright test --debug",
"test:headed": "playwright test --headed",
"test:update-snapshots": "docker-compose -f docker-compose.test.yml run --rm playwright-tests npm run test:update-snapshots",
"serve": "zola serve",
"build": "zola build"
},
"devDependencies": {
"@playwright/test": "^1.46.0",
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
}
}