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
and additional stages can be added via annotated fields or direct calls.
Annotated fields do not work with TestNG parallel modes.
Direct calls require boilder-plate like:
Current State
Scenario classes have to extend with many generic types:
and additional stages can be added via annotated fields or direct calls.
Annotated fields do not work with TestNG parallel modes.
Direct calls require boilder-plate like:
Note the direct call to
beforeScenarioConfigurePolling
-- all JGiven annotations are not activated when stages are directly called.How to make it better
Reusing stages should be like this:
and then calling steps:
The text was updated successfully, but these errors were encountered: