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 collaboratorService Logs
- Background
-
- Given
- I sign in to WeDeploy as a test user
- Scenarios
-
- Filter and view logs by service
-
- Given
- I create a project with ID "sigma1"
- And
- I install a "WeDeploy Data" service with id "data1" for the project "sigma1"
- And
- I install a "WeDeploy Hosting" service with id "hosting1" for the project "sigma1"
- When
- I go to the "Logs" page for "sigma1" project
- And
- I select "data1" from the "service" dropdown
- Then
- I should see the logs for "data1"
- And
- I should not see the logs for "hosting1"
- And
- I select "hosting1" from the "service" dropdown
- And
- I should see the logs for "hosting1"
- And
- I should not see the logs for "data1"
- And
- I select "All Services" from the "service" dropdown
- And
- I should see the logs for "data1"
- And
- I should see the logs for "hosting1"
- Filter logs by instance
-
- Given
- my current user plan is "Standard"
- And
- I create a project with ID "sigma2"
- And
- I install a "WeDeploy Hosting" service with id "hosting1" for the project "sigma2"
- And
- I install a "WeDeploy Hosting" service with id "hosting2" for the project "sigma2"
- And
- service "hosting2" for project "sigma2" has scale: 3
- When
- I go to the "Logs" page for "sigma2" project
- And
- I select "hosting1" from the "service" dropdown
- Then
- I should see "All instances" selected in the "instance" dropdown
- And
- I should see logs for all instances
- And
- I should not see the logs for "hosting2"
- And
- I select the 1st instance from the Instance dropdown
- And
- I should see logs only for the selected instance
- And
- I select "hosting2" from the "service" dropdown
- And
- I should see "All instances" selected in the "instance" dropdown
- And
- I should see logs for all instances
- And
- I should not see the logs for "hosting1"
- And
- I select the 1st instance from the Instance dropdown
- And
- I should see logs only for the selected instance
- And
- I select the 2nd instance from the Instance dropdown
- And
- I should see logs only for the selected instance
- And
- I select the 3rd instance from the Instance dropdown
- And
- I should see logs only for the selected instance
Last published over 3 years ago by Christie Yoo.