Summary
Out of the box report provides high level information like number of failed tests and HTTP Operations coverage.
Out of the box report provides high level information like number of failed tests and HTTP Operations coverage.
Example of continuous-integration/GitHub GitHub actions to upload reports during CI
Selected a test to see summary information about the test run
In case of a test failure, WebTau provides details on the failed step and highlights relevant code snippet:
Report is a self-contained single page application. You can email it, upload to slack, put on a shared drive without an HTTP server. Url tracks your navigation through screens, so you can share url to a specific problem.
WebTau tracks all actions and assertions tests perform. Actions and assertions are printed to console as well as available in the generated HTML report.In a test details screen, there are multiple tabs.Layer specific details, e.g. HTTP, CLI, DB, Servers, etc Every action that was performed Every WebTau standard action generates WebTauStep . You can use WebTau API to wrap your repeating actions into WebTau compatible steps.