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
Hi,
playwright-pytest have migrated the artifacts folder into a fixture in microsoft/playwright-pytest#223. Because of this the import in https://github.com/m9810223/playwright-async-pytest/blob/master/src/pytest_playwright_async/__init__.py#L17 is now broken and playwright-async-pytest isn't running with the current version of playwright-pytest.
The text was updated successfully, but these errors were encountered:
d4e5ced
Thanks for the super fast fix!!
Sorry, something went wrong.
feat: pytest-playwright==0.5.0
54c5a7b
fix #7
Please use pytest_playwright_async>=0.16.0 for pytest-playwright>=0.5.0!
pytest_playwright_async>=0.16.0
pytest-playwright>=0.5.0
No branches or pull requests
Hi,
playwright-pytest have migrated the artifacts folder into a fixture in microsoft/playwright-pytest#223. Because of this the import in https://github.com/m9810223/playwright-async-pytest/blob/master/src/pytest_playwright_async/__init__.py#L17 is now broken and playwright-async-pytest isn't running with the current version of playwright-pytest.
The text was updated successfully, but these errors were encountered: