← Graph

Aggregate Test Failures

concept 1 connections

RSpec feature in which a slow example combining several assertions against one expensive endpoint is configured to aggregate failures — the example continues after a failed assertion, so one run reports every broken expectation instead of forcing another full rerun per failure.

category
practice
about
Aggregate Test Failures concept
Recommends RSpec's aggregate-failures mode for slow request tests with multiple assertions.

Provenance

Read by
4 extractions