Skip to content

Tags: get-skipper/skipper-java

Tags

v1.2.0

Toggle v1.2.0's commit message
feat: quarantine debt CI summary (#5)

Emit a structured quarantine report at the end of every run via
SkipperReporter. Markdown summary goes to GITHUB_STEP_SUMMARY (appended)
when the env var is set; falls back to stdout. skipper-report.json is
always written to the working directory.

Report fields: suppressedCount, expiringThisWeek, reenabledThisRun,
quarantineDaysDebt (Σ disabledUntil − today across active suppressions).

Wired into all four integrations (JUnit 5, TestNG, Cucumber, Playwright)
with no extra configuration required.

v1.1.0

Toggle v1.1.0's commit message
Release v1.1.0

v1.0.0

Toggle v1.0.0's commit message
Fix broken Javadoc @link reference in SkipperResolver