-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.8 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.8 KB
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
34
35
36
37
38
39
40
41
42
43
44
{
"name": "gasgx",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "npm run test:e2e",
"up": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/ftp_upload_changed.ps1",
"up:dry": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/ftp_upload_changed.ps1 -DryRun",
"test:e2e": "playwright test",
"test:e2e:sales-roles": "playwright test tests/playwright/sales-auth-roles.spec.ts",
"test:e2e:sales-formal": "playwright test tests/playwright/sales-formal-backend.spec.ts",
"test:e2e:sales-governance": "playwright test tests/playwright/sales-governance.spec.ts",
"test:e2e:sales-execution": "playwright test tests/playwright/sales-execution-chain.spec.ts",
"test:e2e:sales-public-flow": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/run_sales_public_flow_e2e.ps1",
"test:e2e:sales-exceptions": "playwright test tests/playwright/sales-exception-branches.spec.ts",
"test:e2e:ui": "playwright test --ui",
"test:e2e:debug": "playwright test --debug",
"test:smoke:news-media": "node scripts/smoke_check_news_media.mjs",
"test:smoke:web": "node scripts/smoke_check_frontend.mjs && npm run test:smoke:news-media",
"ftp:list": "sh scripts/ftp_deploy.sh list",
"ftp:upload": "sh scripts/ftp_deploy.sh upload",
"ftp:download": "sh scripts/ftp_deploy.sh download"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cuitengweii/GasGx.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/cuitengweii/GasGx/issues"
},
"homepage": "https://github.com/cuitengweii/GasGx#readme",
"devDependencies": {
"@playwright/test": "^1.58.2",
"playwright": "^1.58.2"
}
}