Releases: CloudCannon/toolproof
Releases · CloudCannon/toolproof
v0.10.3
- Allow the generic "I click" action to click
option
elements, and elements with arole="option"
attribute - Add a
supported_versions
configuration option to ensure Toolproof isn't running a version older than your tests support - Add a
failure_screenshot_location
configuration option to enable Toolproof to automatically screenshot the browser on test failure
v0.10.2
- Allow the generic "I click" action to click elements with a
role="button"
attribute
v0.10.1
- Made the browser click/hover steps more resilient to DOM nodes detaching mid-action
v0.10.0
- Add
browser-timeout
/browser_timeout
setting that changes the default timeout for browser actions such astoolproof.querySelector()
v0.9.0
- Add automatic wait-and-timeout to Toolproof actions that get elements
v0.8.0
- Add instructions for clicking and hovering elements on a page
- Added a timeout to all test steps
v0.7.0
- Add screenshot instructions to Toolproof
- Add
extract
concept to pull retrievals to disk
v0.6.1
- Log inner macro steps
v0.6.0
- Added macro feature to Toolproof
v0.5.0
- Add
before_all
commands to the Toolproof config