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

Does playwright support testing in different versions of each browsers ? Eg: For Mozilla Firefox, is it possible to test in firefox versions 100.0, 120.0, latest etc #29920

Closed
1 task done
manacy-keyvalue opened this issue Mar 13, 2024 · 4 comments

Comments

@manacy-keyvalue
Copy link

Please do not submit this issue.

  • I understand
@mxschmitt
Copy link
Member

We recommend testing in the latest version of the browsers by using the latest Playwright version, since thats the version the users are using. Browser vendors force users to use the latest version.

@manacy-keyvalue
Copy link
Author

@mxschmitt Is there any way to test on different versions though ?
I agree that ideally, users should be using latest version of browsers. But they could still be using older versions. It would be useful to detect bugs early.
I want to make sure that the tests are running successfully atleast 3 versions behind the latest version in different browser. Just wondering if you guys support any such feature.

@mxschmitt
Copy link
Member

You can use e.g. Stable Browser channels: https://playwright.dev/docs/browsers#defaults or use 1-2 older Playwright versions.

@manacy-keyvalue
Copy link
Author

Thank you very much @mxschmitt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants