Skip to content

Handle skipped tests in "Not run" column#3743

Open
jjomier wants to merge 1 commit into
Kitware:masterfrom
jjomier:jjomier/handle_skipped_tests
Open

Handle skipped tests in "Not run" column#3743
jjomier wants to merge 1 commit into
Kitware:masterfrom
jjomier:jjomier/handle_skipped_tests

Conversation

@jjomier
Copy link
Copy Markdown
Contributor

@jjomier jjomier commented May 27, 2026

This commit introduces a new notRunSkippedDetailsRegex property to the Project model, allowing users to define regex patterns for not-run test details. A corresponding validation rule is added to ensure the regex is valid. The Build model now includes a method to count not-run tests that do not match the specified patterns, and the GraphQL schema is updated to expose this functionality. Additionally, UI components are modified to display the warning count and adjust test status colors based on the new regex patterns. Tests are also added to verify the new functionality.

image image

This commit introduces a new `notRunSkippedDetailsRegex` property to the Project model, allowing users to define regex patterns for not-run test details. A corresponding validation rule is added to ensure the regex is valid. The Build model now includes a method to count not-run tests that do not match the specified patterns, and the GraphQL schema is updated to expose this functionality. Additionally, UI components are modified to display the warning count and adjust test status colors based on the new regex patterns. Tests are also added to verify the new functionality.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant