iamyoki / playwright-watch

🙈🐵 Run Playwright in watch mode
MIT License
55 stars 3 forks source link

fix: improve cross platform compatibility #9

Closed s-h-a-d-o-w closed 2 years ago

s-h-a-d-o-w commented 2 years ago

Currently, e.g. playwright-watch exec yarn playwright test doesn't work on Windows.

Resolved through by spawning commands in a shell on Windows (See also: https://nodejs.org/docs/latest-v14.x/api/child_process.html#child_process_spawning_bat_and_cmd_files_on_windows )

Also did the following to allow for contributions to this project by Windows users:

(Plus: There were multiple lockfiles. And the one for yarn was outdated.)