Documentation Index
Fetch the complete documentation index at: https://docs.qawolf.com/llms.txt
Use this file to discover all available pages before exploring further.
@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
- save and reload QA Wolf environment variables
Pick The Import
Generate An OTP
Read A QR Code
Save Environment Variables
UsesaveEnvironmentVariable(...) to persist a string value to the current QA Wolf environment and update process.env for the running flow. Use reloadEnvironmentVariables() when the flow needs to refresh process.env from the latest environment values.
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.