Sha256: 293b844d494c863361f95ac41fb925ee36d52219ae51047da21ebbde6a61f77d

Contents?: true

Size: 468 Bytes

Versions: 1

Compression:

Stored size: 468 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

  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.1 features/remote.feature