Skip to content

Conversation

@stefanvanburen
Copy link
Member

@stefanvanburen stefanvanburen commented Jan 22, 2026

I think using .path for these is causing the issues we're seeing in #522 with being unable to run these commands on windows, as we're passing in a slash/separated/path for the cwd, resulting in ENOENTs.

We originally reworked these commands in #407, for reference.

Fixes #522.

.path makes sense for unix-like OSes, but doesn't work on Windows.

Fixes #522.
This reverts commit 37edfff.

Doesn't seem to work; not quite sure why.
@stefanvanburen stefanvanburen changed the title Enable playwright tests on Windows Switch cwd arguments to build commands to use fsPath Jan 22, 2026
@stefanvanburen stefanvanburen marked this pull request as ready for review January 22, 2026 19:56
@stefanvanburen
Copy link
Member Author

@doriable maybe you have an actual windows PC to test this on? 😅

@stefanvanburen stefanvanburen mentioned this pull request Jan 22, 2026
No more `uri.path` usage.
@stefanvanburen stefanvanburen merged commit 3099bcd into main Jan 23, 2026
8 checks passed
@stefanvanburen stefanvanburen deleted the svanburen/windows branch January 23, 2026 16:52
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.

Constant ENOENTs

3 participants