Sha256: 0894f7a0f260f0c831154b4b7a584ec2408b8a921b165328af349fc2533348f9

Contents?: true

Size: 518 Bytes

Versions: 1

Compression:

Stored size: 518 Bytes

Contents

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

  Background:
    Given I am using the Remote client
    And I am logged in

  Scenario: Fetch build names
    When I fetch all build names
    Then I should get a list of builds
    And I should be able to get the latest result

  Scenario: Fetch a build result
    When I fetch a build result
    Then the build result should have a key
    And the build result should have a state

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bamboo-client-0.0.2 features/remote.feature