Sha256: c3502abdc318045888d7300299442272d252a0d033aa1853cb79425afc625b15
Contents?: true
Size: 692 Bytes
Versions: 2
Compression:
Stored size: 692 Bytes
Contents
Feature: Show Me What You've Got @vcr_api_projects Scenario: user's projects Given I am an authenticated user on semaphoreapp.com And get the list of all my projects via their API Then the JSON should be an array @vcr_api_branches Scenario: project's branches Given I am an authenticated user on semaphoreapp.com And get the list of all the branches for one of my projects via their API Then the JSON should be an array @vcr_api_status Scenario: branch status Given I am an authenticated user on semaphoreapp.com And get the build status of one of the branches for one of my projects via their API Then the JSON should be a hash
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
git-semaphore-0.0.3 | features/semaphore_app_api.feature |
git-semaphore-0.0.2 | features/semaphore_app_api.feature |