artifakts
Motivation
When debugging failing tests, it’s usually necessary to review the test reports generated in the CI pipeline. This tool simplifies the downloading and viewing of reports by simply copying the GitLab job URL and passing it to the tool.
Technical Focus
- Interaction with the GitLab REST API
- Starting parallel web servers for local report serving
- Development and testing with functional programming style