Skip to content

Issue Triage & Verification

How Certyn turns failures into evidence-rich issues and supports fast verification loops.

Certyn is built around a simple idea: failures are only useful when they come with evidence. When something breaks, Certyn should produce an issue that a developer can act on quickly.

What an issue contains

Issues are backed by run and session artifacts such as:

  • screenshots
  • step-by-step logs
  • the agent trace (what it observed and why it chose actions)
  • environment metadata (base URL, version, variables used)

Review is a feature (not a bug)

Autonomous systems can be wrong. Certyn intentionally surfaces items that need a human decision:

  • is this a real product defect or test ambiguity?
  • is this severity high enough to block a release?
  • should a flaky test be quarantined?
  • is a fix actually verified?

You will typically handle these from Overview and the Issues area.

Severity

Use severity to communicate impact, not just "how annoying it is".

SeverityMeaning
Criticala primary workflow is broken
Highmajor feature impaired
Mediumnoticeable issue with limited scope
Lowcosmetic or minor usability issue

Verification loop

After a fix ships:

  1. run the relevant process (or the specific test)
  2. compare the new artifacts against the failing run
  3. mark the issue as verified (or reopen it with new evidence)

The key is to avoid "looks fixed" decisions without a confirming run.