After Test Hooks
about 1 month ago by Shawn Jaques
02-15-2023
You can now run hooks after a test to perform custom actions, such as cleaning up a test environment or downloading file data. This expands our hooks support to include hooks that run before a step, after a step, before the test, and after the test.
In conjunction with this newly supported hook, we've enhanced the visualization of the hook results to better:
- see whether the hook succeeded or failed
- click into the error link and jump to the erred hook
- click directly from the erred step to the hook
- visualize hooks that did not run due to success or failure conditions
Check out the updated documentation.
