chore: add argent-x tests for signMessage and transaction #107
Annotations
2 errors, 5 warnings, and 1 notice
test-webwallet
AxiosError: Request failed with status code 404
at src/argent-x/utils/downloadGitHubRelease.ts:29
27 | if (error.response && error.response.status === 404) {
28 | // If no releases found, try getting tags instead
> 29 | const tagsResponse = await axios.get(
| ^
30 | `https://api.github.com/repos/${owner}/${repo}/tags`,
31 | {
32 | headers: {
at settle (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/settle.js:19:12)
at Unzip.handleStreamEnd (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/http.js:599:11)
at Axios.request (/__w/demo-dapp-starknet/demo-dapp-starknet/node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41)
at getLatestReleaseTag (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/argent-x/utils/downloadGitHubRelease.ts:29:28)
at downloadGitHubRelease (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/argent-x/utils/downloadGitHubRelease.ts:49:15)
at downloadArgentXBuild (/__w/demo-dapp-starknet/demo-dapp-starknet/e2e/src/shared/cfg/global.setup.ts:5:21)
|
test-webwallet
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-webwallet
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-webwallet
No files were found with the provided path: e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm. No artifacts will be uploaded.
|
test-argentX
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test-argentX
No files were found with the provided path: e2e/artifacts/playwright/
!e2e/artifacts/playwright/*.webm. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
8 passed (3.9m)
|