Skip to content
Merged
8 changes: 8 additions & 0 deletions STEPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,14 @@
> be plugged in by overriding `accessibilityRunEngine()` (perform the
> assessment, return raw results) and `accessibilityNormalizeResults()`
> (remap raw output into the canonical shape the rest of the trait expects).
> <br/><br/>
> Reporting. Each scenario writes its own HTML and JUnit report. After the
> whole suite, a single cross-page `accessibility_report_<timestamp>.html`
> (timestamp `YYYYMMDD_HHMMSS`) is written to the same directory,
> de-duplicating every assessed page and rolling violations up by rule. One
> file is written per run, so a run never overwrites a previous one. The
> aggregate accumulates in process-global state, so under parallel Behat each
> process writes its own report.


<details>
Expand Down
Loading