Skip to content

Commit

Permalink
#203 Remove Cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhad6 committed Jan 2, 2024
1 parent ea1a7a7 commit eaee781
Show file tree
Hide file tree
Showing 15 changed files with 494 additions and 3,063 deletions.
13 changes: 1 addition & 12 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"plugin:jsx-a11y/recommended",
"plugin:jest/recommended",
"prettier"
],
"rules": {
Expand All @@ -21,17 +22,5 @@
"version": "detect"
}
},
"overrides": [
{
"files": "src/**/*.test.{ts,tsx}",
"extends": ["plugin:jest/recommended"],
"plugins": ["jest"]
},
{
"files": "cypress/**/*.ts",
"extends": ["plugin:cypress/recommended"],
"plugins": ["cypress"]
}
],
"ignorePatterns": ["paramview/static/"]
}
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ node_modules/
# Jest
coverage/

# Cypress
cypress/videos/
cypress/screenshots/

# Playwright
test-results/

Expand Down
26 changes: 0 additions & 26 deletions cypress.config.mjs

This file was deleted.

139 changes: 0 additions & 139 deletions cypress/backend.py

This file was deleted.

120 changes: 0 additions & 120 deletions cypress/e2e/commit-dialog.cy.ts

This file was deleted.

Loading

0 comments on commit eaee781

Please sign in to comment.