Skip to content

Commit

Permalink
Delete Cypress (#1134)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa authored Sep 30, 2024
1 parent cdb589a commit 2188d3c
Show file tree
Hide file tree
Showing 23 changed files with 38 additions and 2,777 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
module.exports = {
root: true,
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'cypress'],
plugins: ['@typescript-eslint'],
extends: [
'eslint:recommended',
'plugin:prettier/recommended',
'plugin:cypress/recommended',
'plugin:@typescript-eslint/eslint-recommended',
'prettier'
],
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ build
src/features/employees/tmp/login-details.json
src/tests/locations.json

cypress/screenshots
cypress/videos

graphql.schema.json
*.tar.gz
.secrets
Expand Down
23 changes: 0 additions & 23 deletions cypress.config.ts

This file was deleted.

297 changes: 0 additions & 297 deletions cypress/e2e/advancedsearch.spec.ts

This file was deleted.

Loading

0 comments on commit 2188d3c

Please sign in to comment.