Skip to content

Commit 1956894

Browse files
committed
Remove cypress tests
1 parent 4d79435 commit 1956894

File tree

10 files changed

+80
-2452
lines changed

10 files changed

+80
-2452
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- run: npm ci
2121
- run: npm run lint
2222
- run: npm run build
23-
- run: npm run cypress:ci
23+
- run: npm run test

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This seed demonstrates how to use [JSON Forms](https://jsonforms.io) with React in order to render a simple form for displaying a task entity.
44

5-
It is based on `create-react-app` and only contains minor modifications.
5+
It is based on Vite and only contains minor modifications.
66

77
- Execute `npm ci` to install the prerequisites. If you want to have the latest released versions use `npm install`.
88
- Execute `npm run build` to build the application.

cypress.config.ts

Lines changed: 0 additions & 12 deletions
This file was deleted.

cypress/e2e/test_form.cy.js

Lines changed: 0 additions & 66 deletions
This file was deleted.

cypress/plugins/index.js

Lines changed: 0 additions & 21 deletions
This file was deleted.

cypress/support/commands.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

cypress/support/e2e.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)