Releases: Pagefind/toolproof
Releases · Pagefind/toolproof
Release list
v0.20.0
v0.19.1
- The hosting server now serves hidden files (dotfiles).
v0.19.0
- Fixed a browser context leak that could crash Chrome and cause errant test failures. Chrome windows now shut down more reliably.
- Test tasks that panic are now counted as failures.
- Added a
--update(-u) flag that automatically accepts all snapshot changes. It can also be set via theTOOLPROOF_UPDATEenvironment variable.
v0.18.0
v0.17.2
- Ensure only one hosting server exists at a time within a test context. A server hosted in a previous step will now be closed when starting another.
v0.17.1
- Fixed binary permissions when executing toolproof through npm
v0.17.0
- Added graceful shutdown on Ctrl+C, cancelling in-progress tests
v0.16.0
- Added a
--pathargument that runs all tests under a directory - Added debugger mode with
--debugger, which runs one step at a time in a visible browser
v0.15.1
- Fixed Chrome browser windows not being closed after a test run
- Updated dependencies
- Updated wax to 0.6.0
- Updated async-recursion to 1.1.1
- Updated similar to 2.7.0
- Updated inventory to 0.3.20
- Updated tempfile to 3.20.0
- Updated console to 0.16
- Updated async-trait to 0.1.88
- Updated schematic to 0.18.12
- Updated strip-ansi-escapes to 0.2.1
- Updated semver to 1.0.26
v0.15.0
- Added a
--retry-countoption to retry failed tests