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 collaboratorSearch Games
As any user
I want to find a specific game
So that I can see how people rate it
- Scenarios
-
- Using the search autocomplete
- Searching for a game
- Viewing search results
- Searching for a game without a search string
- Searching for a game that is not the system
- Using the search autocomplete
-
- Given
- I am on the home page
- When
- I type in a search string
- And
- the string is a substring of at least one games title
- Then
- the system will suggest possible games
- And
- I will be able to select one
- And
- I will go directly to the page for that game
- Searching for a game
-
- Given
- I am on the home page
- When
- I type in a search string
- And
- there is at least one game with the search string in its title
- Then
- a list of all the relevant games is displayed
- Viewing search results
-
- Given
- I have submitted a search
- And
- it has yielded a list of games
- Then
- each game will be represented by its name and overall rating
- And
- the results will be paginated
- Searching for a game without a search string
-
- Given
- I am on the home page
- When
- I do not supply a search string
- Then
- a list of all games is displayed
- Searching for a game that is not the system
-
- Given
- I am on the home page
- When
- I type in a search string
- And
- there are no games with the search string in the title
- Then
- I will be warned that the game is not on the site
- And
- I will be invited to initialise a page for the game
Last published over 5 years ago by Angus Todd.