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
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
I need to share state fragments between two functions with annotation @BeforeScenario.
I can provide datas to store in the first function, but injection of datas in the second function doesn't seem to work.
┌─ @BeforeScenario # V2\UserContext::buildUsers()
│
╳ Warning: Missing argument 2 for V2\UserContext::buildUsers() in features/bootstrap/V2/UserContext.php line 120
The text was updated successfully, but these errors were encountered:
I need to share state fragments between two functions with annotation
@BeforeScenario
.I can provide datas to store in the first function, but injection of datas in the second function doesn't seem to work.
The text was updated successfully, but these errors were encountered: