Skip to content

Commit

Permalink
removal of cypress tests for docker
Browse files Browse the repository at this point in the history
cypress does not support the raspberry pi arm
achitecture, will need to use another
framework
  • Loading branch information
kajgm committed Jun 2, 2024
1 parent e3b20b2 commit 1a42f70
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 95 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,3 @@ jobs:
run: npm run build
- name: Unit Tests
run: npm run test:unit
- name: End-to-End Tests
run: npm run test:e2e
8 changes: 0 additions & 8 deletions cypress.config.ts

This file was deleted.

8 changes: 0 additions & 8 deletions cypress/e2e/Ticker.cy.ts

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/e2e/tsconfig.json

This file was deleted.

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

This file was deleted.

39 changes: 0 additions & 39 deletions cypress/support/commands.ts

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"test:unit": "vitest",
"test:e2e": "start-server-and-test preview http://localhost:4173 'cypress run --e2e'",
"test:e2e:dev": "start-server-and-test 'vite dev --port 4173' http://localhost:4173 'cypress open --e2e'",
"build-only": "vite build",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
Expand All @@ -33,7 +31,6 @@
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.5",
"@vue/tsconfig": "^0.5.1",
"cypress": "^13.7.2",
"eslint": "^8.57.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-vue": "^9.23.0",
Expand Down

0 comments on commit 1a42f70

Please sign in to comment.