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
It would be helpful to have support for global setup and teardown functions that run once before all tests begin and after all tests complete, respectively. This pattern is common in testing frameworks.