-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 975 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 975 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
31
32
33
{
"name": "m2-hyva-playwright",
"version": "1.0.0",
"private": true,
"description": "dynamic layered magento 2 test environment",
"workspaces": [
"src/apps/*"
],
"scripts": {
"test:all": "yarn workspaces run test:all",
"test:all:ui": "yarn workspaces run test:all:ui",
"test:admin": "yarn workspaces run test:admin",
"test:hyva": "yarn workspaces run test:hyva",
"test:app": "yarn workspaces run test:app",
"test:debug": "yarn workspaces run test:debug",
"test:ui": "yarn workspaces run test:ui",
"test:display": "yarn workspaces run test:display",
"report": "yarn workspaces run report"
},
"author": "Lucas van Staden",
"license": "MIT",
"devDependencies": {
"@faker-js/faker": "^9.0.0",
"@playwright/test": "^1.58.1",
"adm-zip": "^0.5.16",
"axios": "^1.6.2",
"colors": "^1.4.0",
"playwright": "^1.58.1",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"yarn": "^1.22.19"
}
}