Open lecegues opened 8 months ago
Just for clarification, when you say output an "artifact" you mean a representation for the test results correct? And not a "artifact" object (as defined by the database diagram)?
Yes. "Artifact" in the pretense of a CI Pipeline refers to "outputs" from the pipeline itself.
Due to time constraints and the effects of leaving merging to last-minute, there are not enough resources to implement the last step of this feature (deploy to GitHub Pages). After trying to implement this, here are my observations:
frontend/
and backend/
artifacts with coverage, unit, integ
HTML folders/files. The problem is that all the frontend tests need to be opened by a web server.
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
Backend
Playwright