hideSkippedTestFiles
- Type:
boolean - Default:
false - CLI:
--hideSkippedTestFiles
Hide logs for skipped test files to reduce noise in the test output, especially when running tests with filters.
Example
By default, Rstest displays logs for all test files.
When you set hideSkippedTestFiles to true, Rstest will hide logs for all skipped test files after the test run is complete.
The output will look like this: