Skip to content

chore(deps): update playwright 1.60.0#10426

Merged
sheremet-va merged 5 commits into
vitest-dev:mainfrom
hi-ogawa:chore-deps-update-playwright-1-60-0
May 29, 2026
Merged

chore(deps): update playwright 1.60.0#10426
sheremet-va merged 5 commits into
vitest-dev:mainfrom
hi-ogawa:chore-deps-update-playwright-1-60-0

Conversation

@hi-ogawa

@hi-ogawa hi-ogawa commented May 22, 2026

Copy link
Copy Markdown
Collaborator

Description

For some reason, playwright test in test/ui is hanging on my machine. Updating playwright fixes it.

Please don't delete this checklist! Before submitting the PR, please make sure you do the following:

  • It's really useful if your PR references an issue where it is discussed ahead of time. If the feature is substantial or introduces breaking changes without a discussion, PR might be closed.
  • Ideally, include a test that fails without this PR but passes with it.
  • Please, don't make changes to pnpm-lock.yaml unless you introduce a new test example.
  • Please check Allow edits by maintainers to make review process faster. Note that this option is not available for repositories that are owned by Github organizations.

Tests

  • Run the tests with pnpm test:ci.

Documentation

  • If you introduce new functionality, document it. You can run documentation with pnpm run docs command.

Changesets

  • Changes in changelog are generated from PR name. Please, make sure that it explains your changes in an understandable manner. Please, prefix changeset messages with feat:, fix:, perf:, docs:, or chore:.

@netlify

netlify Bot commented May 22, 2026

Copy link
Copy Markdown

Deploy Preview for vitest-dev ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit a0aff13
🔍 Latest deploy log https://app.netlify.com/projects/vitest-dev/deploys/6a180b907c783a00086f1890
😎 Deploy Preview https://deploy-preview-10426--vitest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@hi-ogawa

hi-ogawa commented May 28, 2026

Copy link
Copy Markdown
Collaborator Author

'9898',
'--host',
'127.0.0.1',
'--unsafe',

@hi-ogawa hi-ogawa May 28, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Playwright now requires explicit --unsafe for remote launchOptions.args (args: [`--user-agent=VitestLaunchOptionsTester`] in our test).

})

await cli.waitForStdout('Listening on ws://localhost:9898')
await cli.waitForStdout('Listening on ws://127.0.0.1:9898')

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Playwright tweaked the output so enforcing ipv4.

@hi-ogawa
hi-ogawa marked this pull request as ready for review May 29, 2026 03:22
@sheremet-va
sheremet-va merged commit aab60c0 into vitest-dev:main May 29, 2026
27 of 30 checks passed
@hi-ogawa
hi-ogawa deleted the chore-deps-update-playwright-1-60-0 branch May 30, 2026 08:37
hi-ogawa added a commit to hi-ogawa/vitest that referenced this pull request Jun 26, 2026
Playwright 1.60+ run-server binds to ::1 (IPv6) when host is
localhost, so the test's 'Listening on ws://localhost:9898' wait
never matches the 'ws://[::1]:9898/' output and times out. Pass
--host 127.0.0.1 --unsafe and use 127.0.0.1 everywhere, matching
main (vitest-dev#10426).

Co-authored-by: OpenCode (claude-opus-4-8) <[email protected]>
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