-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.03 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.03 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
{
"name": "@interchain-kit/e2e",
"version": "0.0.1",
"private": true,
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:debug": "playwright test --debug",
"report": "playwright show-report",
"test:wallet-discovery": "playwright test --grep \"wallet-discovery.spec\"",
"test:transaction-signing": "playwright test --grep \"交易簽名流程測試\"",
"test:cross-chain-ux": "playwright test --grep \"跨鏈用戶體驗測試\"",
"test:regression-ui": "playwright test --grep \"回歸測試/UI 案例\"",
"starship": "starship --config ./starship/configs/osmosis-cosmoshub.yaml",
"starship:multi-chain": "starship --config ./starship/configs/multi-chain.yaml",
"starship:solana": "starship --config ./starship/configs/solana.yaml"
},
"dependencies": {
"@interchain-kit/core": "workspace:*"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@types/node": "^20.12.7",
"typescript": "^5.1.6"
}
}