Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clean up failed tests by default #112

Merged
merged 2 commits into from
Oct 10, 2024
Merged

Clean up failed tests by default #112

merged 2 commits into from
Oct 10, 2024

Conversation

danielrbradley
Copy link
Member

Fixes #109

A common developer experience issue is that which iterating locally, when their test fails, they have to go and manually delete created resources. This changes the behaviour to make it an explicit opt-in to leave the resources. It will, however continue to default to keeping the temp directories on failure.

Fixes #109

A common developer experience issue is that which iterating locally, when their test fails, they have to go and manually delete created resources. This changes the behaviour to make it an explicit opt-in to leave the resources. It will, however continue to default to keeping the temp directories on failure.
@danielrbradley danielrbradley self-assigned this Oct 9, 2024
Copy link
Contributor

@flostadler flostadler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
I think we should document this in the readme though

@danielrbradley danielrbradley merged commit 55f8e39 into main Oct 10, 2024
2 checks passed
@danielrbradley danielrbradley deleted the cleanup-failed-tests branch October 10, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make failed test cleanup easier
2 participants