To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorLogin
As a normal player
I want to login to the game lobby
- Scenarios
-
- Guest Login - username taken
-
- Given
- I can login with guest-login
- When
- I enter my username
- And
- username is taken
- Then
- i get a message to change my username
- Guest Login - no username
-
- Given
- I can login with guest-login
- When
- I leave the field blank
- Then
- I get a message to enter a username
- User Login - invalid credentials
-
Give I am a registered user
- When
- I enter username and password
- And
- one of both is wrong
- Then
- I get a message with invalid credentials
Last published over 7 years ago by rocky frei.