Skip to content

Commit

Permalink
Remove outdated cypress setup (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaslehnertum authored Apr 15, 2024
1 parent 54fc054 commit 65eddd7
Show file tree
Hide file tree
Showing 8 changed files with 1,826 additions and 3,349 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/e2e.yml

This file was deleted.

5,103 changes: 1,826 additions & 3,277 deletions package-lock.json

Large diffs are not rendered by default.

6 changes: 0 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@
"prettier:write": "prettier --write 'src/{main,tests}/**/*.{json,ts,tsx,js,jsx,css,scss,html}'",
"test": "jest -w=4",
"test:coverage": "jest --collectCoverage -w=4",
"test-cypress": "cypress open",
"test-cypress:headless": "cypress run",
"test:watch": "jest --watch -w=4",
"test:e2e": "start-server-and-test start http://localhost:8888 test-cypress",
"test:e2e:headless": "start-server-and-test start http://localhost:8888 test-cypress:headless",
"update": "ncu -i --format group",
"publish:patch": "npm run prepare && npm run test && npm run docs:copy-api && npm version patch && npm publish",
"publish:minor": "npm run prepare && npm run test && npm run docs:copy-api && npm version minor && npm publish",
Expand Down Expand Up @@ -97,8 +93,6 @@
"circular-dependency-plugin": "5.2.2",
"copy-webpack-plugin": "11.0.0",
"css-loader": "6.8.1",
"cypress": "13.6.1",
"cypress-real-events": "1.11.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsdoc": "46.9.1",
Expand Down
1 change: 0 additions & 1 deletion src/tests/e2e/.gitignore

This file was deleted.

11 changes: 0 additions & 11 deletions src/tests/e2e/specs/component-diagram.cy.ts

This file was deleted.

15 changes: 0 additions & 15 deletions src/tests/e2e/support/commands.ts

This file was deleted.

14 changes: 0 additions & 14 deletions src/tests/e2e/support/index.ts

This file was deleted.

8 changes: 0 additions & 8 deletions src/tests/e2e/tsconfig.json

This file was deleted.

0 comments on commit 65eddd7

Please sign in to comment.