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 to application
As a user
I want to login to the application
So that I can use it
- Scenarios
-
- A user can login successfully
-
- Given
- a user visits a url
- When
- a user enters their username
- And
- a user enters their password
- And
- a user clicks the Login Button
- Then
- the user should be status
Examples: url username password status http://jasonwatmore.com/post/2015/03/10/angularjs-user-registration-and-login-example-tutorial gooduser goodpass LoggedIn - A user login fails with incorrect credentials
-
- Given
- a user visits a url
- When
- a user enters their username
- And
- a user enters their password
- And
- a user clicks the Login Button
- Then
- the user should be status
Examples: url username password status http://jasonwatmore.com/post/2015/03/10/angularjs-user-registration-and-login-example-tutorial baduser badpass NotLoggedIn
Last published over 3 years ago by Josef Salyer.