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
Would such a setting also result in globalTeardown being ran after each test run? Right now it seems like it's never ran, which means you can end up with stale state that isn't cleaned up.
Version
1.46.0
Steps to reproduce
Note that global setup ran
Note that global setup did not run
Expected behavior
I would expect global setup to run each time I run
Actual behavior
Global setup not running on subsequent runs when tests are run via the Playwright test extension for VS Code.
Additional context
Work arounds
This makes it so the next run will run global setup, but runs after that will continue to skip global setup.
Thoughts
Recommendations
Environment
The text was updated successfully, but these errors were encountered: