We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
The text was updated successfully, but these errors were encountered:
For the CI or environments without an visual interface you have two option available:
a) run tests headed/headful by using xvfb-run see here for docs: https://playwright.dev/docs/ci#running-headful b) run tests headless without the headless=False parameter
xvfb-run
headless=False
If you run tests headed without a visual interface, this will cause that exception.
Sorry, something went wrong.
Closing in favor of upstream documentation issue.
No branches or pull requests
The text was updated successfully, but these errors were encountered: