Skip to content

Commit 7b71b65

Browse files
committed
Update tests to run (unit/integration/e2e)
- Add new integration tests (Jest) - Remove old unit tests (mocha+jsdom) - Remove old e2e tests (Cypress)
1 parent 2da83e3 commit 7b71b65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ jobs:
2727
node-version: ${{ matrix.node-version }}
2828
- name: bootstrap
2929
run: npm run bootstrap
30-
- name: unit tests (mocha+chai+jsdom)
31-
run: npm run test
32-
- name: unit tests (jest+playwright)
30+
- name: unit tests
3331
run: npm run test:jest-unit -- -ci
32+
- name: integration tests
33+
run: npm run test:jest-integration -- -ci
3434
- uses: microsoft/playwright-github-action@v1.3.0
3535
- name: e2e tests
3636
run: npm run test:jest-e2e -- --ci

0 commit comments

Comments
 (0)