-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Represents an event triggered by the user or by another system.
Docs
feature("Some feature") {
scenario("Some scenario") {
given("The user is not logged in") {
// initialise user to be logged off
}
`when`("The user presses the red button") {
// assert that the user made some action
}
then("Something bad happens") {
// assert the error state
}
}
}Metadata
Metadata
Assignees
Labels
No labels