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 collaboratorProject Filter
- Background
-
- Given
- I sign in to WeDeploy as a test user
- Scenarios
-
- Sort projects by alphanumeric
- Sort projects by newest
- Sort projects by last activity
- Close project dropdown menus by navigating out
- Filter project list by owner/contributor
- No projects as owner
- No projects as contributor
- Sort projects by alphanumeric
-
- Given
-
I create the following projects
123test bethany alice - When
- I sort projects by "Alphanumeric"
- Then
-
I should see the projects listed in this order:
123test alice bethany
- Sort projects by newest
-
- Given
-
I create the following projects
1carla 3darlene 2ella - When
- I sort projects by "Newest"
- Then
-
I should see the projects listed in this order:
2ella 3darlene 1carla
- Sort projects by last activity
-
- Given
-
I create the following projects
gladys helga inez - And
- I install a "WeDeploy Hosting" service with id "hosting1" for the project "gladys"
- And
- I pause for "3" seconds
- And
- I install a "WeDeploy Hosting" service with id "hosting1" for the project "helga"
- When
- I go to the projects page
- And
- I sort projects by "Last Activity"
- Then
-
I should see the projects listed in this order:
helga gladys inez
-
- Given
-
I create the following projects
psi7 psi8 - When
- I open the "sort" dropdown
- And
- I click on the project page header
- Then
- I should see the dropdown menu closed
- When
- I open the "filter" dropdown
- And
- I click on the project page header
- Then
- I should see the dropdown menu closed
- When
- I filter projects by "All"
- Then
- I should see the dropdown menu closed
- And
- I sort projects by "Last Activity"
- Then
- I should see the dropdown menu closed
- Filter project list by owner/contributor
-
- Given
-
I create the following projects
psi1 psi2 - And
- I am a "contributor" on "psi3" project
- When
- I filter projects by "All"
- Then
-
I should see in the project list
Project Status Services Team psi1 None No services Tester psi2 None No services Tester psi3 None No services Tester, Tester - When
- I filter projects by "Owner"
- Then
-
I should see in the project list
Project Status Services Team psi1 None No services Tester psi2 None No services Tester - And
- I should not see "psi3" in the project list
- When
- I filter projects by "Contributor"
- Then
-
I should see in the project list
Project Status Services Team psi3 None No services Tester, Tester - And
- I should not see "psi1" in the project list
- And
- I should not see "psi2" in the project list
- No projects as owner
-
- Given
- I am a "contributor" on "psi4" project
- When
- I filter projects by "All"
- Then
-
I should see in the project list
Project Status Services Team psi4 None No services Tester - When
- I filter projects by "Owner"
- Then
- I should see the text "No Projects as Owner Yet"
- When
- I filter projects by "Contributor"
- Then
-
I should see in the project list
Project Status Services Team psi4 None No services Tester, Tester
- No projects as contributor
-
- Given
-
I create the following projects
psi5 psi6 - When
- I filter projects by "All"
- Then
-
I should see in the project list
Project Status Services Team psi5 None No services Tester psi6 None No services Tester - When
- I filter projects by "Owner"
- Then
-
I should see in the project list
Project Status Services Team psi5 None No services Tester psi6 None No services Tester - When
- I filter projects by "Contributor"
- Then
- I should see the text "No Projects as Contributor Yet"
Last published almost 4 years ago by Christie Yoo.