-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 688 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "gk-gravityexport-lite",
"version": "1.0.0",
"license": "GPL-2.0",
"scripts": {
"wp-env:start": "cd tests/E2E/setup && wp-env start",
"wp-env:stop": "cd tests/E2E/setup && wp-env stop",
"wp-env:cli": "cd tests/E2E/setup && wp-env run tests-cli",
"tests:e2e:setup": "node tests/E2E/setup/wp-env.config.js && cd tests/E2E/setup && wp-env start",
"tests:e2e:run": "playwright test --config=tests/E2E/setup/playwright.config.js"
},
"devDependencies": {
"@gravitykit/e2e-bootstrap": "^1.1.0",
"@playwright/test": "1.56.1",
"@wordpress/env": "^10.0.0",
"grunt": "^1.5.3",
"grunt-exec": "^0.4.6",
"grunt-wp-i18n": "^1.0.3"
}
}