qawolf flows run --env <env> installs npm dependencies and Playwright browsers automatically before its first run, so web-only users rarely invoke qawolf install directly. Android dependencies are not installed during a run; run qawolf install android before running Android flows. Also reach for qawolf install to install ahead of time (for example, to warm a CI cache between the checkout step and the run step) or when running flows from a local-only project.
Install everything the project needs
Install only for specific flows
Pass a pattern to limit which flows are considered:Install browsers only
playwright install for the browsers your web flows target.
Install Android dependencies only
Set
ANDROID_HOME (or ANDROID_SDK_ROOT) to the path of your Android SDK before running this command. Install the SDK through Android Studio’s SDK Manager or the standalone cmdline-tools package.iOS support
iOS flows are not yet executable by the CLI.qawolf install skips them with a warning. iOS support requires macOS with Xcode when it ships.