Sha256: 0b6bd12afbce3b557879ce8eb2d7356b88bbc8940e0ebceac7f185f8bc35714c

Contents?: true

Size: 912 Bytes

Versions: 1

Compression:

Stored size: 912 Bytes

Contents

Feature: Bamboo REST client
  In order to know more about our build pipeline
  As a Bamboo user
  I want to use Bamboo's REST API

  Background:
    Given I am using the REST client
    And I log in

  Scenario: Fetch plans
    When I fetch all the plans
    Then I should get a list of plans
    And all plans should have a key

  Scenario: Fetch projects
    When I fetch all projects
    Then I should get a list of projects
    And all projects should have a key

  Scenario: Fetch all results
    When I fetch all results
    Then I should get a list of results
    And all results should have a state

  Scenario: Fetch result for specific plan
    When I fetch results for a specific plan
    Then I should get a list of results
    And all results should have a state

  Scenario: Authenticated API
    Then I should get a session ID
    When I fetch all results
    Then all results should have a state

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bamboo-client-0.1.9 features/rest.feature