-
Notifications
You must be signed in to change notification settings - Fork 81
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
src/test/java/hudson/plugins/robot/tokens/RobotPassRatioTokenMacroTest.java
Show resolved
Hide resolved
src/test/java/hudson/plugins/robot/tokens/RobotPassPercentageTokenMacroTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
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 { |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
src/main/resources/hudson/plugins/robot/RobotStep/config.properties
Outdated
Show resolved
Hide resolved
src/main/resources/hudson/plugins/robot/RobotPublisher/config.properties
Outdated
Show resolved
Hide resolved
…properties Co-authored-by: Tatu Kairi <[email protected]>
Co-authored-by: Tatu Kairi <[email protected]>
Co-authored-by: Tatu Kairi <[email protected]>
…est.java Co-authored-by: Tatu Kairi <[email protected]>
…acroTest.java Co-authored-by: Tatu Kairi <[email protected]>
…okenMacroTest.java Co-authored-by: Tatu Kairi <[email protected]>
Co-authored-by: Tatu Kairi <[email protected]>
…rties Co-authored-by: Tatu Kairi <[email protected]>
There was a problem hiding this 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
Co-authored-by: Tatu Kairi <[email protected]>
onlyCritical
flag. It no longer does anything, but is still kept to keep existing pipelines alive.getCriticalPassed
andgetCriticalFailed
functions. They will now just return overall passed/failed test cases.countSkippedTests
that either ignores skipped tests when calculating pass percentage (current behaviour) or takes them into account (new behaviour)