Skip to content

Releases: Pagefind/toolproof

v0.16.0

05 Oct 06:08
501beed

Choose a tag to compare

  • 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

14 Aug 23:04

Choose a tag to compare

  • 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

16 May 01:32
395008f

Choose a tag to compare

  • Added a --retry-count option to retry failed tests

v0.14.0

14 May 09:34
667e1b8

Choose a tag to compare

  • Added placeholders for toolproof_process_directory_unix and toolproof_test_directory_unix
  • Improved error logging when a file fails to parse

v0.13.0

25 Mar 04:03
5450204

Choose a tag to compare

  • 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

21 Mar 01:08
323af23

Choose a tag to compare

  • Added a toolproof_test_port default placeholder.

v0.11.2

20 Mar 03:29
91df767

Choose a tag to compare

  • 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

20 Mar 01:17

Choose a tag to compare

  • Added support for newline and tab characters in the I type {text} instruction

v0.11.0

13 Feb 01:14

Choose a tag to compare

  • Added browser instruction: In my browser, I press the {keyname} key
  • Added browser instruction: In my browser, I type {text}

v0.10.4

12 Feb 03:46

Choose a tag to compare

  • Fix the "I click" action when the provided text contains an apostrophe/single quote.