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 September 10, 2026