Crawler behaviour

How a crawler's observations are compared against fixture expectations.

Each registry entry carries an expectation object — the API between this site and a crawler’s test runner. The crawler crawls the route; the test runner diffs what the crawler recorded against the expectation fields.

Signals fall into families:

Raw/rendered marker pairs prove what JavaScript changed. Markers are part of a fixture’s frozen observable behaviour: once a route ID ships, its behaviour never changes — a behaviour change means a new route ID.

Back to the fixture index