Skip to content

Conversation

@andrcuns
Copy link
Contributor

@andrcuns andrcuns commented Jan 8, 2018

//: # (
. 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

Currently, all actions that happen inside cucumber hook steps, are not attached inside the step it self which makes it less readable in case logic of hooks is a bit more complicated.
This PR fixes that. Screenshots below for comparison:
current:
image

pr:
image

Checklist

@baev baev merged commit fe13d57 into allure-framework:master Jan 10, 2018
@andrcuns andrcuns deleted the before_after_hook branch January 10, 2018 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Enum class cast exception when using varargs generic constant parameter in step

2 participants