forked from trent_larson/crowd-funder-for-time-pwa
- Update test to properly wait for and locate Claim Server input field - Change default server URL from test to production endpoint - Add initialization of empty server settings with production values - Improve test reliability with proper element waiting and selection - Fix test timing issues with networkidle state waiting
5 lines
245 B
Plaintext
5 lines
245 B
Plaintext
PLATFORM=capacitor
|
|
VITE_ENDORSER_API_URL=https://test-api.endorser.ch/api/v2/claim
|
|
VITE_PARTNER_API_URL=https://test-api.partner.ch/api/v2
|
|
VITE_IMAGE_API_URL=https://test-api.images.ch/api/v2
|
|
VITE_PUSH_SERVER_URL=https://test-api.push.ch/api/v2 |