CI Pipeline should contain artifacts with test results (frontend/backend tests, coverage, & playwright tests)
Created by: lecegues
The CI Pipeline should output an artifact with test results that describe the passing and failing of tests. Test Result Categories:
Note
The test results are usually given as a combination of HTML, CSS, JS files that can be run as an interactive site for viewing tests & test results. Need to find a way to allow the user to "view" test results without having to go through much hassle
Frontend
- Frontend Unit/Integration Tests (Vitest)
- Frontend Coverage Tests (Vitest)
Backend
- Backend Unit/Integration Tests (Jest)
- Backend Coverage Tests (Jest)
Playwright
- E2E Tests
- Smoke Tests