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
I have not worked on the 2.1.0 milestone for quite a while now, it mostly contains task for supporting Kotlin Native. This will be included in the next release (2.0.9)
The following fixture aliases will be introduced:
Scenario.beforeScenario
->Scenario.beforeGroup
Scenario.afterScenario
->Scenario.afterGroup
Scenario.beforeEachStep
->Scenario.beforeEachTest
Scenario.afterEachStep
->Scenario.afterEachTest
Feature.beforeEachScenario
->Feature.beforeEachGroup
Feature.afterEachScenario
->Feature.afterEachGroup
Feature.beforeFeature
->Feature.beforeGroup
Feature.afterFeature
->Feature.afterGroup
The aliased fixtures will be deprecated in the context of the
gherkin
style. This can be done by:The text was updated successfully, but these errors were encountered: