-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
Is this a regression?
No
Description
When running all integration-test scenarios together, as is done in CI, everything works as expected. However, when debugging locally and isolating specific test scenarios for faster iteration, I've noticed that some scenarios leak data between each other.
This may be intentional, but it increases cognitive load when trying to debug tests in isolation. Ideally, each test scenario should be as independent as possible to minimize this complexity.
In PR #1616(#1616), extra steps were added to present_proof.feature to ensure cases do not reuse data or state from other scenarios, but the underlying issue of impurity between scenarios remains and should be addressed for better local testing and debugging.
Please provide the exception or error you saw
NAPlease provide the environment you discovered this bug in
NAAnything else?
No response
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status