Skip to content

Conversation

agg23
Copy link
Contributor

@agg23 agg23 commented Oct 1, 2025

On Windows CI bots the video tests fail due to throwing an EXDEV error on rename. This is because you can't rename across filesystems and Node doesn't automatically handle the underlying copy and remove that is necessary to replicate this functionality between disks.

While this is failing specifically in our Windows CI at the moment, it could be affecting users across all platforms right now, though it is quite unlikely that their temp directory is on a different disk than the MCP server. Catch this particular error and retry with valid cross-fs operations, ultimately erroring out in the same way if necessary.

@agg23 agg23 requested a review from pavelfeldman October 1, 2025 13:38
@agg23 agg23 merged commit 86a00d0 into microsoft:main Oct 1, 2025
6 checks passed
renovate bot added a commit to izumin5210/dotfiles that referenced this pull request Oct 5, 2025
> [!NOTE]
> Mend has cancelled [the proposed
renaming](https://redirect.github.com/renovatebot/renovate/discussions/37842)
of the Renovate GitHub app being renamed to `mend[bot]`.
> 
> This notice will be removed on 2025-10-07.

<hr>

This PR contains the following updates:

| Package | Change | Age | Confidence |
|---|---|---|---|
| [@playwright/mcp](https://playwright.dev)
([source](https://redirect.github.com/microsoft/playwright-mcp)) |
[`0.0.40` ->
`0.0.41`](https://renovatebot.com/diffs/npm/@playwright%2fmcp/0.0.40/0.0.41)
|
[![age](https://developer.mend.io/api/mc/badges/age/npm/@playwright%2fmcp/0.0.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@playwright%2fmcp/0.0.40/0.0.41?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>microsoft/playwright-mcp (@&#8203;playwright/mcp)</summary>

###
[`v0.0.41`](https://redirect.github.com/microsoft/playwright-mcp/releases/tag/v0.0.41)

[Compare
Source](https://redirect.github.com/microsoft/playwright-mcp/compare/v0.0.40...v0.0.41)

-
[microsoft/playwright@`86a00d0`](https://redirect.github.com/microsoft/playwright/commit/86a00d091808b9637e3b9ffd91c217ec3fec700d)
chore(mcp): handle cross-fs video moves
([microsoft/playwright#37663](https://redirect.github.com/microsoft/playwright/pull/37663))
-
[microsoft/playwright@`52b2da8`](https://redirect.github.com/microsoft/playwright/commit/52b2da831b47ba55b16cf5e62168c46361f4d885)
chore(mcp): support --allowed-hosts=\*
([microsoft/playwright#37657](https://redirect.github.com/microsoft/playwright/pull/37657))
-
[microsoft/playwright@`9f371ad`](https://redirect.github.com/microsoft/playwright/commit/9f371ad5e386f2f0afdca479400257b1ff5ea80f)
feat(mcp): console error and faster wait
([microsoft/playwright#37618](https://redirect.github.com/microsoft/playwright/pull/37618))
-
[microsoft/playwright@`2d33cdd`](https://redirect.github.com/microsoft/playwright/commit/2d33cddd44098ff9c479355152569e360497cf41)
chore: do not rename video files outside --save-videos
([microsoft/playwright#37616](https://redirect.github.com/microsoft/playwright/pull/37616))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/izumin5210/dotfiles).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xMzEuOSIsInVwZGF0ZWRJblZlciI6IjQxLjEzMS45IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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