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

Replace Selenium with Playwright for E2E tests #54

Closed
MShekow opened this issue Sep 24, 2023 · 0 comments · Fixed by #56
Closed

Replace Selenium with Playwright for E2E tests #54

MShekow opened this issue Sep 24, 2023 · 0 comments · Fixed by #56
Labels
testing Work related to unit/integration/system testing

Comments

@MShekow
Copy link
Contributor

MShekow commented Sep 24, 2023

Playwright is a more modern alternative. It may be able to reduce the https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#stale-element-reference-exception error. It supports a cross-browser approach to re-use existing authentications, see https://playwright.dev/python/docs/auth

@MShekow MShekow added the testing Work related to unit/integration/system testing label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Work related to unit/integration/system testing
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

1 participant