Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Live Server fixtures back to package scope #20

Closed
markhobson opened this issue Oct 9, 2023 · 1 comment
Closed

Move Live Server fixtures back to package scope #20

markhobson opened this issue Oct 9, 2023 · 1 comment
Labels
technical Technical issue
Milestone

Comments

@markhobson
Copy link
Contributor

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.

@markhobson
Copy link
Contributor Author

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.

@markhobson markhobson changed the title Move Live Server fixtures back to session scope Move Live Server fixtures back to package scope Oct 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
technical Technical issue
Projects
None yet
Development

No branches or pull requests

1 participant