Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JENKINS-72538 - SKIP status configurable when calculating all tests #77

Merged
merged 16 commits into from
Nov 13, 2024

Conversation

asimell
Copy link
Contributor

@asimell asimell commented Nov 13, 2024

  • Further deprecate the use of onlyCritical flag. It no longer does anything, but is still kept to keep existing pipelines alive.
  • Deprecate getCriticalPassed and getCriticalFailed functions. They will now just return overall passed/failed test cases.
  • Introduce a new flag countSkippedTests that either ignores skipped tests when calculating pass percentage (current behaviour) or takes them into account (new behaviour)
  • Deprecate several unit tests as they are testing test criticality parsing, which is no longer done.

src/main/java/hudson/plugins/robot/RobotPublisher.java Dismissed Show dismissed Hide dismissed
src/main/java/hudson/plugins/robot/RobotPublisher.java Dismissed Show dismissed Hide dismissed
src/main/java/hudson/plugins/robot/RobotPublisher.java Dismissed Show dismissed Hide dismissed
src/main/java/hudson/plugins/robot/RobotPublisher.java Dismissed Show dismissed Hide dismissed
Copy link
Member

@Tattoo Tattoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add // TODO: remove test when criticality is removed to line 61

#robot-summary-table .fail {
color: #f00;
}
#robot-summary-table .pass {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have yellow color here as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This class is only used for the font colour in the summary table. Of course we could add a yellow colour in the skipped column if any tests were skipped, but then again we could also take colouring off the table altogether?

Copy link
Member

@Tattoo Tattoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

one more addition to documentation

doc/README.md Outdated Show resolved Hide resolved
Co-authored-by: Tatu Kairi <[email protected]>
@asimell asimell merged commit 0996b03 into master Nov 13, 2024
1 of 3 checks passed
@asimell asimell deleted the include-skip branch November 13, 2024 13:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants