Add support for skipped robot tests#358
Add support for skipped robot tests#358SAmorozov wants to merge 1 commit intoallure-framework:masterfrom
Conversation
|
Sergei Morozov seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
|
Thank you for your PR! As you know, robot hasn't any possibilities to mark test for skipping, except if you directly select tests to execute in cmd line. In your PR status just redefined to skipped, so I not sure if it right. Test skipping means that it isn't actually runned. For example, if the test doing something dangerous like table truncating then your reason to skip it is prevent dangerous action. Is it true, you don't want to see some fails in report? Why are you not use --exclude? |
|
Hi! |
|
@sseliverstov Example of skip_execution function |
//: # (
. Thank you so much for sending us a pull request!
.
. Make sure you have a clear name for your pull request.
. The name should start with a capital letter and no dot is required in the end of the sentence.
. To link the request with isses use the following notation: (fixes #123, fixes #321)
.
. An example of good pull request names:
. - Add Russian translation (fixes #123)
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)
Context
Now all robot's tests with tag "skipped" are marked as skipped in allure report.
Checklist