Tests/e2e-POC #48
Annotations
3 errors and 1 warning
Run e2e tests
Error: Missing vw_acc_addr config variable; check .env file
at src/webwallet/config.ts:26
24 | Object.entries(config).forEach(([key, value]) => {
25 | if (value === undefined) {
> 26 | throw new Error(`Missing ${key} config variable; check .env file`)
| ^
27 | }
28 | })
29 |
at forEach (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/webwallet/config.ts:26:11)
at Object.<anonymous> (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/webwallet/config.ts:24:24)
at Object.<anonymous> (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/webwallet/test.ts:15:1)
at Object.<anonymous> (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/webwallet/specs/dapps.spec.ts:1:1)
|
Run e2e tests
Error: No tests found
|
Run e2e tests
Process completed with exit code 1.
|
Upload artifacts
No files were found with the provided path: e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm. No artifacts will be uploaded.
|
Loading