driver-test-runner

Installation
SKILL.md

Driver Test Suite Runner

Methodically run the RivetKit driver test suite one file group at a time across the native (NAPI) and wasm runtimes, tracking progress in ~/.agents/notes/driver-test-progress.md.

Arguments

The skill accepts optional arguments:

  • reset — Clear progress and start from the beginning.
  • resume — Pick up from where we left off (default behavior).
  • only <file> — Run only a specific test file group (e.g., only actor-conn).
  • from <file> — Start from a specific file group, skipping earlier ones.
  • runtime <native|wasm|both> — Which runtime(s) to run (default: both).
  • encoding <bare|cbor|json> — Override encoding (default: bare).
  • registry <static> — Override registry type (default: static).

Runtime Matrix

The driver suite runs over a runtime × SQLite-backend × encoding matrix defined in rivetkit-typescript/packages/rivetkit/tests/driver/shared-matrix.ts. The runtime dimension has two values:

Installs
1
Repository
rivet-dev/rivet
GitHub Stars
5.7K
First Seen
Jul 3, 2026
driver-test-runner — rivet-dev/rivet