circleci test reports

This commit is contained in:
2022-10-12 23:28:17 +02:00
parent a957c81b4b
commit 0a4f9c4dfa
8 changed files with 250 additions and 6 deletions

View File

@@ -33,6 +33,9 @@ jobs:
name: test backend
command: npm test
- store_test_results:
path: backend-report.xml
test-frontend:
docker:
- image: cimg/node:14.20
@@ -72,6 +75,9 @@ jobs:
name: test frontend
command: cd frontend && npm test
- store_test_results:
path: frontend-reports
test-frontend-build:
docker:
- image: cimg/node:14.20