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
Using Background to provide shared context to the scenarios.
finalclassExampleScenario:Feature{overridefunc scenarios(){Background("Some shared context").Given("There is a shared context").And("It has to be executed before each scenarios")Scenario("..")...}}
The text was updated successfully, but these errors were encountered:
Using
Background
to provide shared context to the scenarios.The text was updated successfully, but these errors were encountered: