You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: