Mike McCready
Mike McCready
Closing, since there hasn't been any feedback to the comments and there is no other action that can be taken in the repository concerning this issue.
@gweesin > I noticed we're not actually using Prettier to format our code. Should we remove it? I don't believe that removing `prettier` is an option, since it is used...
https://github.com/cypress-io/cypress/blob/988bb9321c2a22910ef30e1fc71a2f7cddebf638/packages/data-context/package.json#L53
No change. Issue remains unaddressed.
- https://github.com/actions/runner-images/issues/11742
GitHub announced the transition of [Windows 2025 and macOS 15 images to GA status](https://github.blog/changelog/2025-04-10-github-actions-macos-15-and-windows-2025-images-are-now-generally-available/) on Apr 10, 2025.
@ascott18 > This affects regular Windows 11 desktop installations too, which also no longer include wmic.exe by default. You're right and this has been logged months ago on the dependency...
@alperkavusturan Thanks for the mention of https://www.npmjs.com/package/tree-kill ! @bahmutov Is there any chance that you could make this change? If not, `start-server-and-test` will no longer be useable on Windows and...
Using [GitHub-hosted runners](https://github.com/actions/runner-images) the `windows-latest` image tag now calls `windows-2025`. The CI workflow in this repo [.github/workflows/ci.yml](https://github.com/bahmutov/start-server-and-test/blob/master/.github/workflows/ci.yml) does not fail, since it only tests on `ubuntu-latest`, not any `windows-*` runner...
A related test has been implemented in the Cypress Docker repo. The workflow https://github.com/cypress-io/cypress-docker-images/actions/workflows/example-tests.yml tests the example https://github.com/cypress-io/cypress-docker-images/tree/master/examples/chromium using the GitHub Runner `ubuntu-24.04-arm` There is however no automated mechanism in...