chore(tests): move integration tests to a separate crate#497
Merged
vladimirvolek merged 8 commits intomainfrom Mar 26, 2026
Merged
chore(tests): move integration tests to a separate crate#497vladimirvolek merged 8 commits intomainfrom
vladimirvolek merged 8 commits intomainfrom
Conversation
For the upcoming end-to-end (E2E) tests between the Gateways and the Platform.
Deploying blockfrost-platform with
|
| Latest commit: |
40d9494
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7087fd16.blockfrost-platform.pages.dev |
| Branch Preview URL: | https://chore-separate-test-crate.blockfrost-platform.pages.dev |
ginnun
approved these changes
Mar 26, 2026
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.
Context
In preparation for the upcoming end-to-end (E2E) tests between the Gateway and the Platform.
I'd like this second upcoming PR to have a smaller diff that just adds new tests.
We weren’t running Gateway tests!
After the subtree merge of Gateway into this monorepo in:
blockfrost-gatewayto this monorepo #464… it turns out we stopped running the Gateway tests, because their file name did not include the
_test.rssuffix!These tests were also failing after the update of Axum from 0.7 to 0.8, which changed the path segment capture format, see https://github.com/blockfrost/blockfrost-platform/actions/runs/23552254822/job/68570410736:
These issues have also been corrected by this PR.
Now, we’re running all tests under
crates/integration-tests/, regardless of their name.Review
Since there's been white space changes coupled with file renames, it’s better to review the first two commits first, and then just the last commit with "hide white space" enabled:
6e60c82...pull/497/head