Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbreiding committed Mar 15, 2021
2 parents 07b235d + 9b77c49 commit 1491ab0
Show file tree
Hide file tree
Showing 423 changed files with 17,249 additions and 52,297 deletions.
4 changes: 4 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,7 @@ npm/webpack-preprocessor/examples/use-babelrc/cypress/integration/spec.js
**/.git

/npm/react/bin/*
/npm/react/**/coverage
**/.next/**
/npm/create-cypress-tests/initial-template
/npm/create-cypress-tests/**/*.template.*
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ build
.publish
_test-output
cypress.zip
.babel-cache

# from extension
Cached Theme.pak
Expand Down Expand Up @@ -38,10 +39,20 @@ packages/server/test/support/fixtures/server/libs
# from npm/react
/npm/react/bin/*
/npm/react/cypress/videos
/npm/react/.babel-cache

# from npm/design-system
/npm/design-system/bin/*
/npm/design-system/cypress/videos
/npm/design-system/.babel-cache

# from runner-ct
/packages/runner-ct/cypress/screenshots

# from npm/create-cypress-tests
/npm/create-cypress-tests/initial-template
/npm/create-cypress-tests/src/test-output

# Building app binary
scripts/support
package-lock.json
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Cypress.io
Copyright (c) 2021 Cypress.io

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 additions & 5 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ branches:
- develop
- sem-next-ver
- /win*/
- feature/cross-platform-wizard

# https://www.appveyor.com/docs/lang/nodejs-iojs/
environment:
Expand Down Expand Up @@ -78,11 +79,6 @@ test_script:
- echo *** System info ***
- node cli/bin/cypress info --dev

- echo *** Kitchensink tests run on Chrome browser ***
- npm run dev -- --run-project %CD%/packages/example --browser chrome
- echo *** Kitchensink tests run on Edge browser ***
- npm run dev -- --run-project %CD%/packages/example --browser edge

# make sure mocha runs
- yarn test-mocha
# make sure our snapshots are compared correctly
Expand All @@ -99,5 +95,10 @@ test_script:

- node ./scripts/win-appveyor-build.js

- echo *** Kitchensink tests run on Chrome browser ***
- npm run dev -- --run-project %CD%/packages/example --browser chrome
- echo *** Kitchensink tests run on Edge browser ***
- npm run dev -- --run-project %CD%/packages/example --browser edge

# Don't actually build.
build: off
Loading

4 comments on commit 1491ab0

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1491ab0 Mar 15, 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/6.7.1/circle-develop-1491ab0d52a6e1da3464720d9f444bc70aa64b14/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1491ab0 Mar 15, 2021

Choose a reason for hiding this comment

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

AppVeyor 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/6.7.1/appveyor-develop-1491ab0d52a6e1da3464720d9f444bc70aa64b14/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1491ab0 Mar 15, 2021

Choose a reason for hiding this comment

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

AppVeyor has built the win32 ia32 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/6.7.1/appveyor-develop-1491ab0d52a6e1da3464720d9f444bc70aa64b14/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on 1491ab0 Mar 15, 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/6.7.1/circle-develop-1491ab0d52a6e1da3464720d9f444bc70aa64b14/cypress.tgz

Please sign in to comment.