| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Signed-off-by: Karois <karlissergijevskis@gmail.com>
|
Code Climate has analyzed commit a66084d and detected 0 issues on this pull request. The test coverage on the diff in this pull request is 100.0% (80% is the threshold). This pull request will bring the total coverage in the repository to 98.9% (0.0% change). View more on Code Climate. |
Sorry, something went wrong.
|
LGTM 👍 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Hello ! :)
Cucumber allows to skip scenario using skip_this_scenario method : https://www.rubydoc.info/gems/cucumber/Cucumber/Glue/ProtoWorld#skip_this_scenario-instance_method
This method also accepts optional string argument to specify more info about why this particular scenario is skipped.
Currently Allure report does not show this reason, but it would be great if it could. (particularly great if test scenario skipping logic becomes complex over time)
I hacked around a bit and managed to make it work using monkeypatch. I would like to include these changes also to upstream.
TODO: