@qawolf/testkit is a small helper library for flow code and runner wiring.
Use it when a test needs something outside normal browser or mobile automation:
- generate an OTP code
- decode a QR code from the page
- mount a CIFS share
- start OpenVPN
- save a baseline screenshot
Pick The Import
Generate An OTP
Read A QR Code
Use Runner-Backed Helpers
Some helpers call a client configured by the runner.Next Steps
- Read Entry Points to choose the right import.
- Read Client Model if you are wiring a runner or local harness.
- Use API Reference for exact option shapes.