Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: revert "feat: create-cypress-tests wizard (#8857)" #9554

Merged
merged 2 commits into from
Dec 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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