Releases: Pagefind/toolproof
Releases · Pagefind/toolproof
v0.16.0
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.
v0.11.2
- If the
I click {text}action finds multiple options, but only one is an exact match, it will now click it rather than error.
v0.11.1
- Added support for newline and tab characters in the
I type {text}instruction
v0.11.0
- Added browser instruction:
In my browser, I press the {keyname} key - Added browser instruction:
In my browser, I type {text}
v0.10.4
- Fix the "I click" action when the provided text contains an apostrophe/single quote.