cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.43k stars 1.34k forks source link

Remove windows & appveyor support from CI #778

Closed jaffrepaul closed 2 years ago

jaffrepaul commented 2 years ago

removed --windows, test:ci:windows, appveyor stuff

Appveyor is notorious for creating more flake than not. We supported both windows 32 & 64 bit and CircleCI only supported 64 bit. When we removed windows 32 bit support in Cypress, we didn't need to use AppVeyor anymore.

Only a few projects implement "test:ci:windows", and they all would fail on Linux anyways so there's no need to run them again in Windows.