Skip to content

Commit 57e208b

Browse files
committed
refactor: remove cypress for future playwright
1 parent 16c3800 commit 57e208b

File tree

11 files changed

+1102
-1237
lines changed

11 files changed

+1102
-1237
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.github
33
.vscode
44
build
5-
cypress
65
data
76
forklift
87
maps

.github/workflows/pull_request.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,6 @@ concurrency:
1212
cancel-in-progress: true
1313

1414
jobs:
15-
test-functional:
16-
name: Functional tests
17-
runs-on: ubuntu-latest
18-
environment:
19-
name: dev
20-
21-
steps:
22-
- name: ⬇️ Set up code
23-
uses: actions/checkout@v4
24-
with:
25-
show-progress: false
26-
27-
- name: 🧪 Run tests
28-
uses: cypress-io/github-action@v6
29-
with:
30-
start: npm run start:ci
31-
wait-on: 'http://0.0.0.0:5173'
32-
wait-on-timeout: 10
33-
env:
34-
VITE_DISCOVER: ${{ secrets.VITE_DISCOVER }}
35-
VITE_PRINT_PROXY: ${{ secrets.VITE_PRINT_PROXY }}
36-
VITE_WEB_API: ${{ secrets.VITE_WEB_API }}
37-
3815
test-unit:
3916
name: Unit tests
4017
runs-on: ubuntu-latest

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
# testing
55
/coverage
6-
cypress/videos
76

87
# production
98
/build

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Build an awesome app.
3838

3939
Run `npm test` to run the unit tests
4040

41-
Run `npm run cypress:run` to run the functional tests
42-
4341
Run `npm run format` to format the code
4442

4543
Run `npm run lint` to lint the code

cypress.config.js

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

cypress/e2e/example.cy.js

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

cypress/plugins/index.js

Lines changed: 0 additions & 22 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)