Introduction
TestWatcher helps you see what happened during tests. It reports when tests start, succeed, fail, or skip.
You want to log messages when tests pass or fail.
You need to perform actions after each test, like taking a screenshot.
You want to track test results for better reports.
You want to debug why a test failed by adding extra info.
You want to clean up resources after tests based on their result.