Skip to content

Commit

Permalink
feat: remove all Cypress related files and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Oct 12, 2023
1 parent 28996f5 commit 9fe8271
Show file tree
Hide file tree
Showing 12 changed files with 2,589 additions and 4,165 deletions.
9 changes: 0 additions & 9 deletions .eslintrc
Expand Up @@ -78,15 +78,6 @@
"plugin:jest-dom/recommended"
]
},
// Configuration for e2e testing (Cypress)
{
"files": ["cypress/**/*.ts"],
"plugins": ["cypress"],
"extends": ["plugin:cypress/recommended"],
"parserOptions": {
"project": "./cypress/tsconfig.json"
}
},
// Configuration for e2e testing (Playwright)
{
"files": ["**/*.spec.ts"],
Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Expand Up @@ -14,10 +14,6 @@
# storybook
storybook-static

# cypress
cypress/screenshots
cypress/videos

# playwright
/test-results/
/playwright-report/
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -67,7 +67,7 @@ Developer experience first:
- 🚓 Lint git commit with Commitlint
- 📓 Write standard compliant commit messages with Commitizen
- 🦺 Unit Testing with Jest and React Testing Library
- 🧪 E2E Testing with Cypress
- 🧪 Integration and E2E Testing with Playwright
- 👷 Run tests on pull request with GitHub Actions
- 🎉 Storybook for UI development
- 🎁 Automatic changelog generation with Semantic Release
Expand Down Expand Up @@ -174,7 +174,6 @@ turso db tokens create nextjs-boilerplate
├── .husky # Husky configuration
├── .storybook # Storybook folder
├── .vscode # VSCode configuration
├── cypress # Cypress folder
├── migrations # Database migrations
├── public # Public assets folder
├── scripts # Scripts folder
Expand All @@ -190,6 +189,9 @@ turso db tokens create nextjs-boilerplate
│ ├── templates # Templates folder
│ ├── utils # Utilities folder
│ └── validations # Validation schemas
├── tests
│ ├── e2e # E2E tests
│ └── integration # Integration tests
├── tailwind.config.js # Tailwind CSS configuration
└── tsconfig.json # TypeScript configuration
```
Expand Down
8 changes: 0 additions & 8 deletions cypress.config.js

This file was deleted.

45 changes: 0 additions & 45 deletions cypress/e2e/Navigation.cy.ts

This file was deleted.

27 changes: 0 additions & 27 deletions cypress/e2e/SeoMetadata.cy.ts

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/fixtures/example.json

This file was deleted.

22 changes: 0 additions & 22 deletions cypress/support/e2e.ts

This file was deleted.

14 changes: 0 additions & 14 deletions cypress/tsconfig.json

This file was deleted.

0 comments on commit 9fe8271

Please sign in to comment.