Test runners
The runner behind the test cards, and how to pick one.
A test runner drives your tests out of process and streams results into the test card. Vitest is the default.
Select a runner
conciv({testRunner: 'playwright'})Available
Vitest
Default. Full support.
conciv({testRunner: 'vitest'})Playwright
Full support. Runs playwright test and maps the JSON report to the card.
conciv({testRunner: 'playwright'})Planned
jest and node-test are stubs today. The ids exist but the adapters are not implemented yet.