2014-09-02 18:07:02 +05:30
|
|
|
Feature: Project Services
|
|
|
|
Background:
|
|
|
|
Given I sign in as a user
|
|
|
|
And I own project "Shop"
|
|
|
|
|
|
|
|
Scenario: I should see project services
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
Then I should see list of available services
|
|
|
|
|
|
|
|
Scenario: Activate hipchat service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click hipchat service link
|
|
|
|
And I fill hipchat settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Hipchat success message
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
Scenario: Activate hipchat service with custom server
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click hipchat service link
|
|
|
|
And I fill hipchat settings with custom server
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Hipchat success message
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
Scenario: Activate pivotaltracker service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click pivotaltracker service link
|
|
|
|
And I fill pivotaltracker settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Pivotaltracker success message
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
Scenario: Activate Flowdock service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Flowdock service link
|
|
|
|
And I fill Flowdock settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Flowdock success message
|
2014-09-02 18:07:02 +05:30
|
|
|
|
|
|
|
Scenario: Activate Assembla service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Assembla service link
|
|
|
|
And I fill Assembla settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Assembla success message
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2017-08-17 22:00:37 +05:30
|
|
|
Scenario: Activate Slack notifications service
|
2014-09-02 18:07:02 +05:30
|
|
|
When I visit project "Shop" services page
|
2017-08-17 22:00:37 +05:30
|
|
|
And I click Slack notifications service link
|
|
|
|
And I fill Slack notifications settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Slack notifications success message
|
2014-09-02 18:07:02 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
Scenario: Activate Pushover service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Pushover service link
|
|
|
|
And I fill Pushover settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Pushover success message
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2014-09-02 18:07:02 +05:30
|
|
|
Scenario: Activate email on push service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click email on push service link
|
|
|
|
And I fill email on push settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Emails on push success message
|
2015-04-26 12:48:37 +05:30
|
|
|
|
2015-12-23 02:04:40 +05:30
|
|
|
Scenario: Activate JIRA service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click jira service link
|
|
|
|
And I fill jira settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the JIRA success message
|
2015-12-23 02:04:40 +05:30
|
|
|
|
2015-04-26 12:48:37 +05:30
|
|
|
Scenario: Activate Irker (IRC Gateway) service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Irker service link
|
|
|
|
And I fill Irker settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Irker success message
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
Scenario: Activate Atlassian Bamboo CI service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Atlassian Bamboo CI service link
|
|
|
|
And I fill Atlassian Bamboo CI settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Bamboo success message
|
2015-10-24 18:46:33 +05:30
|
|
|
And I should see empty field Change Password
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
Scenario: Activate jetBrains TeamCity CI service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click jetBrains TeamCity CI service link
|
|
|
|
And I fill jetBrains TeamCity CI settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the JetBrains success message
|
2015-04-26 12:48:37 +05:30
|
|
|
|
|
|
|
Scenario: Activate Asana service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Asana service link
|
|
|
|
And I fill Asana settings
|
2017-09-10 17:25:29 +05:30
|
|
|
Then I should see the Asana success message
|