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 collaboratorThe Agile Tester
In order to rate Cucumber feature Files
As a Cucumber author and rate my cucumber user
I can upload Cucumber feature files
- Background Clean up download folder
-
- Given
- I delete all the files in the download folder
- Scenarios
-
- User can upload feature files
-
- Given
- I am on the rate features page
- When
- I upload "features/theagiletester.feature"
- Then
- there should be one file uploaded
- And
- there should be one record in the database
- User sees a list of uploaded features
-
- Given
- I am on the rate features page
- When
- I upload "features/theagiletester.feature"
- When
- I am on the rate features page
- Then
- I should see a list of feature files
- User can register
-
- Given
- the user is on the rate features page
- When
- I fill in last name with "walker"
- And
- I fill in first name with "tim"
- When
- I press register
- Then
- I should see "you are registered"
Last published almost 7 years ago by TimWalker.