Skip to content

Commit

Permalink
chore: Migrate Windows Tests from Appveyor to CircleCI (#19037)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Bloomquist <git@chary.us>
Co-authored-by: ElevateBart <ledouxb@gmail.com>
  • Loading branch information
3 people authored Dec 2, 2021
1 parent f85c736 commit 6b15468
Show file tree
Hide file tree
Showing 33 changed files with 865 additions and 1,292 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* text=auto

*.json text eol=lf
4 changes: 2 additions & 2 deletions __snapshots__/bump-spec.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
exports['list of all projects'] = [
{
"repo": "cypress-io/cypress-test-tiny",
"provider": "appVeyor",
"provider": "circle",
"platform": "win32"
},
{
"repo": "cypress-io/cypress-test-example-repos",
"provider": "appVeyor",
"provider": "circle",
"platform": "win32"
},
{
Expand Down
1 change: 0 additions & 1 deletion __snapshots__/packages-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ exports['packages can copy files from package.json 1'] = {
}
}


exports['transformRequires can find and replace symlink requires 1'] = {
"[cwd]": {
"build": {
Expand Down
105 changes: 0 additions & 105 deletions appveyor.yml

This file was deleted.

Loading

3 comments on commit 6b15468

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6b15468 Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.1/circle-develop-6b15468579b539cd6f6bf3049fdc3ad8a1a414a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6b15468 Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.1/circle-develop-6b15468579b539cd6f6bf3049fdc3ad8a1a414a3/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 6b15468 Dec 2, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/9.1.1/circle-develop-6b15468579b539cd6f6bf3049fdc3ad8a1a414a3/cypress.tgz

Please sign in to comment.