Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 320 Bytes

File metadata and controls

7 lines (5 loc) · 320 Bytes

Cleanup

By default teststeps are skipped if an earlier step has failed. When a sh code-block contains cleanup (or cleanup=true) option, the script is executed without -e flag and even if there are earlier failed teststeps. For example, ```sh cleanup.

rm -rf file-created-by-test.txt