Download Latest Version v1.2.0 source code.zip (594.7 kB)
Email in envelope

Get an email when there's a new version of QA Wolf

Home / v1.0.1
Name Modified Size InfoDownloads / Week
Parent folder
qawolf-windows-x64.exe 2026-06-17 125.7 MB
qawolf-darwin-x64 2026-06-17 75.0 MB
qawolf-linux-arm64 2026-06-17 113.1 MB
qawolf-darwin-arm64 2026-06-17 69.8 MB
qawolf-linux-x64 2026-06-17 114.2 MB
README.md 2026-06-17 1.2 kB
v1.0.1 source code.tar.gz 2026-06-17 338.9 kB
v1.0.1 source code.zip 2026-06-17 515.4 kB
Totals: 8 Items   498.7 MB 0

Patch Changes

  • 99e891c: Change the default flows run output directory from qawolf-output to .qawolf/output, so run artifacts (videos, traces, HAR) land under the .qawolf/ directory that qawolf init gitignores. Pass --output-dir to override.
  • f58d9cd: Save HAR and trace artifacts reliably from flows run. HAR (and video) could be silently dropped because contexts and browsers were closed concurrently, racing Playwright's artifact flush; contexts now close first. The --trace flag is now wired end-to-end and writes a Playwright trace to <output-dir>/trace/<flow>.zip, honoring on, off, and retain-on-failure.
  • 3b4fdb7: Normalize the bin entry to dist/cli.js so npm no longer rewrites it (with a publish warning) when publishing.
  • 238d11a: Round-trip environment variables whose keys are not POSIX shell identifiers (e.g. OTP URIs keyed by email) when running flows locally, instead of failing or dropping them.
  • 51e8fc3: Wire flows run --timeout into the web flow expect timeout. Previously the flag only set Playwright's per-action timeout, so assertion failures still waited the hardcoded 30s default; it now applies to actions and assertions alike.
Source: README.md, updated 2026-06-17