Skip to content

Releases: Pagefind/toolproof

v0.20.0

Choose a tag to compare

@pagefinder pagefinder released this 07 Jul 23:57
5286598
  • Added a summary for changed snapshots and failing tests in test outputs

v0.19.1

Choose a tag to compare

@pagefinder pagefinder released this 24 Jun 06:01
cb77e1c
  • The hosting server now serves hidden files (dotfiles).

v0.19.0

Choose a tag to compare

@pagefinder pagefinder released this 07 Jun 11:44
2ea3f8e
  • 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 the TOOLPROOF_UPDATE environment variable.

v0.18.0

Choose a tag to compare

@pagefinder pagefinder released this 05 Apr 10:13
49b771a
  • Add support for ARM64 Windows

v0.17.2

Choose a tag to compare

@pagefinder pagefinder released this 02 Apr 22:53
e328f1f
  • 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

Choose a tag to compare

@pagefinder pagefinder released this 02 Apr 00:22
421a66a
  • Fixed binary permissions when executing toolproof through npm

v0.17.0

Choose a tag to compare

@pagefinder pagefinder released this 01 Apr 09:52
86bfb3d
  • Added graceful shutdown on Ctrl+C, cancelling in-progress tests

v0.16.0

Choose a tag to compare

@pagefinder pagefinder released this 05 Oct 06:08
501beed
  • Added a --path argument 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

Choose a tag to compare

@pagefinder pagefinder released this 14 Aug 23:04
  • 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

Choose a tag to compare

@cloudcannon-oss cloudcannon-oss released this 16 May 01:32
395008f
  • Added a --retry-count option to retry failed tests