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
Currently, the STDCM environment is restored only after all tests have finished. If a test run is canceled or encounters an issue, developers face difficulties restoring their previous environment. To address this, the STDCM environment should be reset in the afterEach hook instead of waiting for the global teardown.
Acceptance criteria
STDCM environment reset after each test
The text was updated successfully, but these errors were encountered:
Description and goal
Currently, the STDCM environment is restored only after all tests have finished. If a test run is canceled or encounters an issue, developers face difficulties restoring their previous environment. To address this, the STDCM environment should be reset in the afterEach hook instead of waiting for the global teardown.
Acceptance criteria
The text was updated successfully, but these errors were encountered: