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
Use log filtering to exclude tests by adding a header like X-Test-Run: true to the requests in playwright, and then filtering those out in data-sources-app (or grouping them aggressively)
Use explicit worker counts
Use globalSetup and storageState to share browser contexts between workers
Context
Fixes to consider
X-Test-Run: trueto the requests in playwright, and then filtering those out in data-sources-app (or grouping them aggressively)globalSetupandstorageStateto share browser contexts between workers