Skip to content

Commit 02358db

Browse files
authored
chore: remove cypress test (#308)
1 parent 254a17f commit 02358db

File tree

210 files changed

+237
-45187
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

210 files changed

+237
-45187
lines changed

.github/workflows/integration-test.yml

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

.github/workflows/web_coverage.yaml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ env:
1010
NODE_VERSION: "20.19.0"
1111
PNPM_VERSION: "10.9.0"
1212
COVERAGE: "true"
13-
CYPRESS_CACHE_FOLDER: ${{ github.workspace }}/.cypress_cache
1413

1514
concurrency:
1615
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -46,21 +45,6 @@ jobs:
4645
- name: Install dependencies
4746
run: pnpm install
4847

49-
- name: Install Cypress
50-
run: npx cypress install
51-
52-
# and run all Cypress tests
53-
- name: Cypress run
54-
uses: cypress-io/github-action@v6
55-
with:
56-
component: true
57-
build: pnpm run build
58-
browser: chrome
59-
# cache-key: ${{ runner.os }}-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
60-
# install-command: pnpm add --save-dev cypress
61-
env:
62-
COVERAGE: "true"
63-
6448
- name: Jest run
6549
run: |
6650
pnpm run test:unit
@@ -71,9 +55,8 @@ jobs:
7155
uses: codecov/codecov-action@v4
7256
with:
7357
token: cf9245e0-e136-4e21-b0ee-35755fa0c493
74-
files: coverage/jest/lcov.info, coverage/cypress/lcov.info
58+
files: coverage/jest/lcov.info
7559
flags: appflowy_web
7660
name: codecov-umbrella
7761
fail_ci_if_error: true
7862
verbose: true
79-

0 commit comments

Comments
 (0)