For most workflows,Documentation Index
Fetch the complete documentation index at: https://qawolf-local-execution-cli.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
qawolf flows run --env <env> is enough — it pulls the environment’s flows for you when they are not already cached locally. Reach for qawolf flows pull when you want to download the flow files without running them: to inspect them, commit them to a repository, or refresh a stale cache.
Authenticate the CLI first. See Authenticate the QA Wolf CLI.
Pull an environment
Pull the flows:The CLI writes flows to
.qawolf/staging/ by default. To use a different destination, pass --out:What pull writes
Inside .qawolf/<env>/, the CLI stores:
- the flow source files
- a manifest tracking what was pulled and when
- a
.envfile with the environment’s variables, loaded automatically byqawolf flows run
Refresh a pulled environment
Runqawolf flows pull --env <env> again. The CLI prompts before overwriting any file that has been modified locally. To skip the prompt and overwrite, pass --yes:
List flows on the platform
To see what is available on the platform without pulling, use--remote:
What’s not pulled
File assets stored in QA Wolf cloud storage are not pulled. Web flows that read paths fromQAWOLF_*_DIR environment variables cannot run locally until the assets are available on the machine. Mobile flows reference the APK or IPA build through an environment variable — make sure that path is set before running.