File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ELECTRON_APP_MODE='launch'
2+ EXECUTABLE_PATH='/Users/yasendudin/Documents/GitHub/project-repositories/hedera-transaction-tool/front-end/release/mac-arm64/Hedera Transaction Tool.app/Contents/MacOS/Hedera Transaction Tool'
3+ # Attach mode options:
4+ #ELECTRON_APP_MODE='attach'
5+ #ELECTRON_ATTACH_URL='http://127.0.0.1:9222'
6+ #ELECTRON_REMOTE_DEBUGGING_PORT='9222'
7+ #ELECTRON_ATTACH_TIMEOUT_MS='30000'
8+ #ELECTRON_PRESERVE_APP_STATE='false'
9+ #PLAYWRIGHT_PRESERVE_BACKEND_STATE='false'
10+ PLAYWRIGHT_TEST=true
11+ PLAYWRIGHT_WORKERS=1
12+ PLAYWRIGHT_SHARED_ENV=true
13+ ORGANIZATION_URL='https://localhost:3001'
14+
15+ #PRIVATE_KEY=44162cd9b9a2f5582bd13b43cfd8be3bc20b8a81ee77f6bf77391598bcfbae4c
16+ #OPERATOR_KEY=302e020100300506032b65700422042091132178e72057a1d7528025956fe39b0b847f200ab59b2fdd367017f3087137
17+ ENVIRONMENT='LOCALNET'
18+
19+ POSTGRES_HOST=localhost
20+ POSTGRES_PORT=5432
21+ POSTGRES_DATABASE=postgres
22+ POSTGRES_USERNAME=postgres
23+ POSTGRES_PASSWORD=postgres
24+
25+ # k6 staging tests (set BASE_URL for staging API target)
26+ # BASE_URL=https://your-staging-url.com
27+ PLAYWRIGHT_STEP_SCREENSHOTS=true
You can’t perform that action at this time.
0 commit comments