add very simple e2e tests

This commit is contained in:
Torsten Dittmann
2022-03-23 00:08:36 +01:00
parent 8ce19f7ec3
commit dbd8cbdf04
8 changed files with 1890 additions and 263 deletions
+10 -4
View File
@@ -20,7 +20,13 @@ jobs:
node-version: 16
- name: Install dependencies
run: npm ci
- run: npm run build
- run: npm run check
- run: npm run lint
- run: npm test
- name: Build Console
run: npm run build
- name: Svelte Diagnostics
run: npm run check
- name: Linter
run: npm run lint
- name: Unit Tests
run: npm test
- name: E2E Tests
run: npm run e2e