-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The purpose of Given steps is to put the system in a known state, by initialising the local db or logging in a test user.
Docs
feature("Some feature") {
scenario("Some scenario") {
given("The user is logged in") {
// initialise logged in user
}
given("The user email is ${someValue}") {
// set user email to be "someValue"
}
}
}Metadata
Metadata
Assignees
Labels
No labels