-
New Feature
-
Resolution: Fixed
-
Blocker
-
-
6.1.0
Current Behavior:
In the RobotFramework Jenkins plugin, the Browse Results page currently shows only Failed Tests along with their "Age" in a dedicated section.
Problem:
Skipped tests are not visible in a separate, easily accessible section. This limits visibility into non-critical tests that may be intentionally skipped but still require monitoring. Without this, teams might overlook patterns of skipped tests, which could indicate technical debt, flaky tests, or missing implementations.
Proposed Enhancement:
Add a Skipped Tests section—separate from failed tests—on the Browse Results page. This section should list all skipped tests along with relevant details (e.g., test name, skip reason, and age).
Why This Is Needed:
- Skipped tests can mask potential issues or incomplete functionality.
- Visibility will help teams decide whether to reduce, remove, or fix skipped tests.
- Improves overall test quality monitoring and project maintainability.