2013-01-09 01:14:05 -05:00
|
|
|
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
|
|
|
|
|
2013-05-23 14:10:32 -04:00
|
|
|
Scenario: Activate hipchat service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click hipchat service link
|
|
|
|
And I fill hipchat settings
|
|
|
|
Then I should see hipchat service settings saved
|
2013-09-25 10:49:39 -04:00
|
|
|
|
2014-11-09 00:04:31 -05:00
|
|
|
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
|
|
|
|
Then I should see hipchat service settings with custom server saved
|
|
|
|
|
2013-09-25 10:49:39 -04:00
|
|
|
Scenario: Activate pivotaltracker service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click pivotaltracker service link
|
|
|
|
And I fill pivotaltracker settings
|
|
|
|
Then I should see pivotaltracker service settings saved
|
2013-08-19 05:11:36 -04:00
|
|
|
|
|
|
|
Scenario: Activate Flowdock service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Flowdock service link
|
|
|
|
And I fill Flowdock settings
|
|
|
|
Then I should see Flowdock service settings saved
|
2013-11-21 07:18:02 -05:00
|
|
|
|
|
|
|
Scenario: Activate Assembla service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Assembla service link
|
|
|
|
And I fill Assembla settings
|
2013-12-17 09:29:08 -05:00
|
|
|
Then I should see Assembla service settings saved
|
|
|
|
|
2014-03-18 13:27:03 -04:00
|
|
|
Scenario: Activate Slack service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Slack service link
|
|
|
|
And I fill Slack settings
|
|
|
|
Then I should see Slack service settings saved
|
|
|
|
|
2014-09-30 20:48:41 -04:00
|
|
|
Scenario: Activate Pushover service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Pushover service link
|
|
|
|
And I fill Pushover settings
|
|
|
|
Then I should see Pushover service settings saved
|
|
|
|
|
2015-12-10 10:16:34 -05:00
|
|
|
Scenario: Activate email on push service
|
2013-12-17 09:29:08 -05:00
|
|
|
When I visit project "Shop" services page
|
2015-12-10 10:16:34 -05:00
|
|
|
And I click email on push service link
|
|
|
|
And I fill email on push settings
|
|
|
|
Then I should see email on push service settings saved
|
2014-10-16 12:34:19 -04:00
|
|
|
|
2015-12-17 17:08:14 -05:00
|
|
|
Scenario: Activate JIRA service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click jira service link
|
|
|
|
And I fill jira settings
|
|
|
|
Then I should see jira service settings saved
|
|
|
|
|
2015-02-04 15:31:55 -05:00
|
|
|
Scenario: Activate Irker (IRC Gateway) service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Irker service link
|
|
|
|
And I fill Irker settings
|
|
|
|
Then I should see Irker service settings saved
|
|
|
|
|
2014-10-16 12:34:19 -04:00
|
|
|
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
|
|
|
|
Then I should see Atlassian Bamboo CI service settings saved
|
2015-10-01 10:33:05 -04:00
|
|
|
And I should see empty field Change Password
|
2014-12-08 16:54:09 -05:00
|
|
|
|
|
|
|
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
|
|
|
|
Then I should see jetBrains TeamCity CI service settings saved
|
2014-07-29 11:41:55 -04:00
|
|
|
|
|
|
|
Scenario: Activate Asana service
|
|
|
|
When I visit project "Shop" services page
|
|
|
|
And I click Asana service link
|
|
|
|
And I fill Asana settings
|
|
|
|
Then I should see Asana service settings saved
|