Add nigiri setup and e2e tests to CI pipeline#1
Open
qustavo wants to merge 2 commits into
Open
Conversation
a855c76 to
670b28c
Compare
Add comprehensive end-to-end testing: - E2E test covering full L402 payment flow - Test verifies proxy strips Authorization headers before upstream - Tests use real LND backend via nigiri - CLN tests skipped pending nigiri REST API fix Improve nigiri network setup script: - Add CI environment detection for --ci flag - Wait for chopsticks (faucet) service readiness - Wait for LND credentials to be written to volumes - Generate and save CLN rune for test access Set up GitHub Actions CI/CD: - Create separate e2e.yml workflow for integration tests - Install nigiri and start test network in CI - Add tmate for interactive debugging on failures - Keep main go.yml pipeline fast (unit tests + linting only) This allows fast feedback on unit tests while running slower e2e tests in parallel. Signed-off-by: Gustavo Chain <me@qustavo.cc>
670b28c to
8fcbbb6
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.
Install nigiri, start the network, and run e2e tests in CI.