| Name | Modified | Size | Downloads / 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 runoutput directory fromqawolf-outputto.qawolf/output, so run artifacts (videos, traces, HAR) land under the.qawolf/directory thatqawolf initgitignores. Pass--output-dirto 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--traceflag is now wired end-to-end and writes a Playwright trace to<output-dir>/trace/<flow>.zip, honoringon,off, andretain-on-failure. - 3b4fdb7: Normalize the
binentry todist/cli.jsso 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 --timeoutinto 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.