Open
Conversation
…or header Made-with: Cursor
64e700c to
fd70af4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Uncomments the E2E test job in CI. Requires merod
>= 0.10.1-rc.14(Docker imageghcr.io/calimero-network/merod:prerelease) which includes theX-Auth-Error: token_expiredheader fix.Do not merge until rc14 is released.
What the E2E job does
Test coverage
Made with Cursor
Note
Medium Risk
Adds a new CI job that downloads and runs an external
merodbinary and executes full E2E tests, which increases CI flakiness risk (network/download/boot timing) and can fail due to upstream release changes.Overview
Enables a new E2E Tests GitHub Actions job that runs after
buildand executes Vitest E2E coverage against a locally startedmerodnode.The workflow now downloads the latest
merodLinux tarball fromcalimero-network/coreGitHub Releases, initializes and starts a node, installs thetests/e2e/assets/kv-store.mpkfixture app via the admin API, runstests/e2e/full-api.test.ts, and always stops the node afterward.Written by Cursor Bugbot for commit fd70af4. This will update automatically on new commits. Configure here.