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

[Question] Have the browsers that are downloaded for playwright 1.3.0 changed somehow ? #4319

Closed
sublimator opened this issue Nov 3, 2020 · 2 comments

Comments

@sublimator
Copy link

I was assuming that the associated browsers for a pinned version would also be pinned.
But perhaps not?

We had some spurious CI failures which I tracked down to document.visibilityState not being updated properly when a tab is backgrounded. Possibly a regression ?

@mxschmitt
Copy link
Member

The associated browsers for a Playwright version are pinned and won't change once they are released on NPM. If you are pinning your NPM packages either with a specific version or with npm ci then it should result in the same browsers always.

@sublimator
Copy link
Author

Thanks for the answer, that makes sense

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