Description
This command allows you to choose which steps will appear in the report and which steps will be excluded.
In the Video Report, skipped steps will also be skipped from the video itself i.e. step images will not be collected during setShowReport(false) mode.
Parameters
Name | Value | Description |
---|---|---|
showReport | boolean | true (default) - show steps, false - steps will not be shown |
Usage
If there are steps whose presence in the report is not crucial, you can call the command before they occur and then call the command again to include subsequent steps. For example, if you issue a driver navigate command or if you issue a command that is not directly related to the test such getting device logs, these commands are not so valuable for your test. You can exclude them with the use of setShowReport.