> ## 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.

# API Reference

> API landing page for @qawolf/testkit and related entry points.

## Entry Points

* [Core](/qawolf/libraries/testkit/api-reference/core)
* [Types](/qawolf/libraries/testkit/api-reference/types)
* [Web](/qawolf/libraries/testkit/api-reference/web)
* [Client](/qawolf/libraries/testkit/api-reference/client)

Example imports:

```ts theme={null}
import { mountCifsShare, otp, saveEnvironmentVariable } from "@qawolf/testkit";
import { createTestkitClient } from "@qawolf/testkit/client";
import { readQRCode } from "@qawolf/testkit/web";
```
