extensions/qa-lab/src/providers/README.md
QA provider lanes are registered in index.ts and implemented in one folder per
provider. Shared provider contracts and mock-provider helpers live in shared/.
Mock lanes should use shared/mock-provider-definition.ts unless they need a
custom shape.
Each provider definition owns:
providerModemodels.providers config, when the lane needs config injectionShared suite code should import only providers/index.ts and ask the selected
provider for behavior. Do not add provider-name branches to suite, gateway,
manual-lane, or live-transport runtime code unless the registry contract is
missing a needed capability.