We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We currently derive the app's base URL from the Flask app in e2e tests. This would be simplified if we used pytest-base-url to automatically configure Playwright with the app's base URL.
The text was updated successfully, but these errors were encountered:
Currently blocked in doing this by #20 as pytest-base-url's _verify_url fixture is fixed to session scope.
_verify_url
session
Sorry, something went wrong.
Decided upon package scope for e2e live servers, but this is still problematic for pytest-base-url which is hardcoded to session.
package
Raised pytest-dev/pytest-base-url#39 to support dynamic scopes.
There is also a similar issue with pytest-playwright's browser_context_args fixture being fixed to session scope. This also needs to be dynamic.
browser_context_args
markhobson
When branches are created from issues, their pull requests are automatically linked.
We currently derive the app's base URL from the Flask app in e2e tests. This would be simplified if we used pytest-base-url to automatically configure Playwright with the app's base URL.
The text was updated successfully, but these errors were encountered: