Releases: Pagefind/toolproof
Releases · Pagefind/toolproof
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
v0.14.0
- Added placeholders for
toolproof_process_directory_unixandtoolproof_test_directory_unix - Improved error logging when a file fails to parse
v0.13.0
- Added browser instruction:
In my browser, I scroll to the selector {selector}- NB: Click and hover steps already handled this, so this new instruction is primarily useful for screenshots.
v0.12.0
- Added a
toolproof_test_portdefault placeholder.