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

Enable a virtual method to clean up data after a smoke test #9

Open
geoffroybraun opened this issue Mar 30, 2022 · 0 comments
Open

Comments

@geoffroybraun
Copy link

For now on, when a smoke test needs to clean up some data, it must be part of the scenario or triggered using the "IDisposable" interface, which might not be the suitable solution. Having a virtual method such as "CleanUp" would allow a smoke test to run a scenario and perform an action right after it to avoid having tests data in production environments.

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

No branches or pull requests

1 participant