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
To workaround Playwright hanging on teardown we've changed the scope of Live Server fixtures to class. We should move these back to session when this bug is fixed so that single instances of the app/OIDC server run during the e2e test run.
The text was updated successfully, but these errors were encountered:
Introducing web APIs for our live servers allowed us to move their fixtures scope back to session. Decided to narrow this slightly to package to avoid e2e test fixtures bleeding into integration tests.
To workaround Playwright hanging on teardown we've changed the scope of Live Server fixtures to
class
. We should move these back tosession
when this bug is fixed so that single instances of the app/OIDC server run during the e2e test run.The text was updated successfully, but these errors were encountered: