Skip to content

Commit

Permalink
chore: revert "feat: create-cypress-tests wizard (#8857)" (#9554)
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig authored Dec 7, 2020
1 parent c616af4 commit c87f7b9
Show file tree
Hide file tree
Showing 76 changed files with 444 additions and 3,140 deletions.
4 changes: 0 additions & 4 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,3 @@ 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.*
6 changes: 1 addition & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ npm/**/cypress/screenshots
# from example
packages/example/app
packages/example/build
packages/example/cypress/integration
packages/example/cypress

# from server
packages/server/.cy
Expand All @@ -39,10 +39,6 @@ packages/server/test/support/fixtures/server/libs
/npm/react/bin/*
/npm/react/cypress/videos

# 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 appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ branches:
only:
- master
- develop
- v6.0-release
- revert-create-cypress-tests
- /win*/

# https://www.appveyor.com/docs/lang/nodejs-iojs/
Expand Down
15 changes: 0 additions & 15 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -958,17 +958,6 @@ jobs:
command: yarn test
working_directory: npm/react/<<parameters.path>>


npm-create-cypress-tests:
<<: *defaults
steps:
- attach_workspace:
at: ~/
- run: yarn workspace create-cypress-tests build
- run:
name: Run unit test
command: yarn workspace create-cypress-tests test

npm-eslint-plugin-dev:
<<: *defaults
steps:
Expand Down Expand Up @@ -1799,10 +1788,6 @@ linux-workflow: &linux-workflow
requires:
- npm-react

- npm-create-cypress-tests:
requires:
- build

- npm-eslint-plugin-dev:
requires:
- build
Expand Down
38 changes: 0 additions & 38 deletions npm/create-cypress-tests/.eslintrc

This file was deleted.

7 changes: 0 additions & 7 deletions npm/create-cypress-tests/.mocharc.json

This file was deleted.

4 changes: 0 additions & 4 deletions npm/create-cypress-tests/.npmignore

This file was deleted.

52 changes: 0 additions & 52 deletions npm/create-cypress-tests/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions npm/create-cypress-tests/__snapshots__/babel.test.ts.js

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions npm/create-cypress-tests/__snapshots__/next.test.ts.js

This file was deleted.

10 changes: 0 additions & 10 deletions npm/create-cypress-tests/__snapshots__/react-scripts.test.ts.js

This file was deleted.

24 changes: 0 additions & 24 deletions npm/create-cypress-tests/__snapshots__/reactWebpackFile.test.ts.js

This file was deleted.

32 changes: 0 additions & 32 deletions npm/create-cypress-tests/__snapshots__/rollup.test.ts.js

This file was deleted.

11 changes: 0 additions & 11 deletions npm/create-cypress-tests/__snapshots__/vueCli.test.ts.js

This file was deleted.

24 changes: 0 additions & 24 deletions npm/create-cypress-tests/__snapshots__/vueWebpackFile.test.ts.js

This file was deleted.

29 changes: 0 additions & 29 deletions npm/create-cypress-tests/__snapshots__/webpackOptions.test.ts.js

This file was deleted.

Binary file removed npm/create-cypress-tests/demo.gif
Binary file not shown.
Loading

4 comments on commit c87f7b9

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c87f7b9 Dec 7, 2020

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.1.0/circle-develop-c87f7b910413e4ea52bb3a1cb100d63c51e34f94/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c87f7b9 Dec 7, 2020

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.1.0/appveyor-develop-c87f7b910413e4ea52bb3a1cb100d63c51e34f94/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c87f7b9 Dec 7, 2020

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.1.0/appveyor-develop-c87f7b910413e4ea52bb3a1cb100d63c51e34f94/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on c87f7b9 Dec 7, 2020

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.1.0/circle-develop-c87f7b910413e4ea52bb3a1cb100d63c51e34f94/cypress.tgz

Please sign in to comment.