You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove criticality support
* Keep current behaviour in token macro as default
* doc/README.md: clarify plugin versions and RF compatibility
---------
Co-authored-by: Tatu Kairi <[email protected]>
- `${ROBOT_PASSPERCENTAGE, countSkippedTests}` - Expands to pass percentage
143
141
of tests. (passed / total \* 100 %).
144
142
`countSkippedTests` is an optional parameter that can be used to include skipped tests in the total count. Default value is `false`.
145
-
- `${ROBOT_PASSRATIO}` - Expands to build result in 'passed
146
-
/ total' format. This total includes skipped test cases.
143
+
- `${ROBOT_PASSRATIO, countSkippedTests}` - Expands to build result in 'passed
144
+
/ total' format.
145
+
`countSkippedTests` is an optional parameter that can be used to include skipped tests in the total count. Default value is `True`.
147
146
- `${ROBOT_PASSED}` - Expands to count of passed cases.
148
147
- `${ROBOT_REPORTLINK}` - If logfile link is configured in the Robot
149
148
plugin this link will point to that file for the build. Else show
@@ -174,12 +173,12 @@ security vulnerabilities**.
174
173
175
174
## Robot Framework 4.x+ compatibility
176
175
177
-
:heavy_exclamation_mark: As we're preparing to drop support for RF 3.x, the `onlyCritical` flag has been deprecated and no
178
-
longer has any effect. It will be removed in the future, but for now it's available for the transition period.
179
176
A new flag `countSkippedTests` has been added to the pipeline step to allow users to choose whether to count skipped
180
177
tests in the pass percentage calculation.
181
178
182
-
The plugin still supports RF 3.x, but no longer takes criticality into account. If you want to use RF 3.x with criticality, please downgrade to the last major version (4.0.0)
179
+
## Robot Framework <3.0 compatibility
180
+
181
+
If you want to use RF 3.x with criticality, please downgrade to the major version 4.0.0. Plugin versions 5.x support RF 3.x as well, but no longer takes criticality into account.
0 commit comments