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

The Great Cypress Delete #1666

Merged
merged 1 commit into from
Oct 4, 2023
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
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
.svelte-kit
.vscode
build
cypress
e2e
node_modules
server/ui/assets
4 changes: 0 additions & 4 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ module.exports = {
parser: '@typescript-eslint/parser',
},
},
{
files: ['cypress/**/*.js'],
extends: ['plugin:cypress/recommended'],
},
{
files: ['tests/**/*.spec.ts'],
extends: ['plugin:playwright/playwright-test'],
Expand Down
39 changes: 0 additions & 39 deletions .github/workflows/integration-tests.yml

This file was deleted.

2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
node_modules
/.svelte-kit
/package
/cypress/screenshots
/cypress/videos
/coverage
*.log
*.swp
Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ playwright-report
dist/**/*
tests/**/storageState.json
*.har
/cypress/downloads
15 changes: 0 additions & 15 deletions cypress.config.ts

This file was deleted.

Binary file removed cypress/downloads/downloads.html
Binary file not shown.
96 changes: 0 additions & 96 deletions cypress/e2e/event-history-empty-states.spec.js

This file was deleted.

207 changes: 0 additions & 207 deletions cypress/e2e/event-history.spec.js

This file was deleted.

Loading
Loading