enum class TestVisibility: Enum<TestVisibility>
      
EnumItems
| Name | Description | 
|---|---|
| HIDE_EVERYTHING | |
| SHOW_OK_NOK | |
| SHOW_PROGRESS | 
        enum class TestVisibility: Enum<TestVisibility>
      
EnumItems
| Name | Description | 
|---|---|
| HIDE_EVERYTHING | |
| SHOW_OK_NOK | |
| SHOW_PROGRESS | 
Enum representing the types of visibility that can be applied to the results of the hidden unit tests.