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
Add cleanup mechanism for temporary directories in e2e tests
Introduce a global cleanup function to ensure temporary directories created during e2e tests are removed. This change prevents orphaned directories by handling cleanup on both process exit and individual test completions.
0 commit comments