25 / 48 · 16 CI/CD Pipelines · Artifact Management← prev⊞ allnext →☰ Read as one page
4.7Hands-On Exercise
- Configure your test framework to produce JUnit XML, HTML reports, and screenshots on failure
- Add artifact upload steps to your pipeline with appropriate
ifconditions - Intentionally break a test and download the artifacts to debug it locally
- Set up retention policies that differ for passing and failing runs
- Configure PR annotations using a test reporter action so failures are visible without clicking into the pipeline