Skip to content

Conversation

@david-crespo
Copy link
Collaborator

Playwright 1.49 has an interesting new Chrome version that upgrades the way they do headless mode so that it's more authentic Chrome, but potentially slightly slower. It could have breaking changes, but it works fine for me locally and didn't seem slower either. I also wanted to upgrade for a new Safari version since we've been seeing some Safari flake lately.

https://github.com/microsoft/playwright/releases/tag/v1.49.0

@vercel
Copy link

vercel bot commented Nov 18, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
console ✅ Ready (Inspect) Visit Preview Nov 18, 2024 11:36pm

permissions: ['clipboard-read', 'clipboard-write'],
},
...devices['Desktop Chrome'],
channel: 'chromium',
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This opts into the new headless Chrome thing.

@david-crespo
Copy link
Collaborator Author

The same test failed in both Chrome and Safari, which suggests non-flake. Neither failed for me locally, though. Will have to look into it.

@david-crespo
Copy link
Collaborator Author

Actually that test is the same once that keeps flaking in Safari. Ugh.

@david-crespo david-crespo merged commit 41c4c5d into main Nov 19, 2024
8 checks passed
@david-crespo david-crespo deleted the playwright-1-49 branch November 19, 2024 02:16
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

Successfully merging this pull request may close these issues.

2 participants