Skip to main content
@qawolf/testkit/client is the runner-facing entry point.

Primary Export

  • createTestkitClient(...)
Example:

Input Ports

The client is built from environment-specific ports such as:
  • mountCifsShare
  • saveSnapshot
  • startOpenVpn
  • startWireGuard
If saveSnapshot is present, the created client exposes saveBaselineScreenshot(...). Otherwise, that helper remains unavailable. Example with screenshot support:
Last modified on June 1, 2026