Sha256: 0c1ac6df5e31672092d01a8cce3eb559874be2dfb7a97f074ffc4d3d6856a82d
Contents?: true
Size: 957 Bytes
Versions: 2
Compression:
Stored size: 957 Bytes
Contents
Feature: Show Me What You've Got @vcr_api_projects Scenario: user's projects Given I am an authenticated user on semaphoreci.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 semaphoreci.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 semaphoreci.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 @vcr_api_rebuild_last_revision Scenario: Rebuild last revision Given I am an authenticated user on semaphoreci.com And request to rebuild the last revision 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.9 | features/semaphore_app_api.feature |
git-semaphore-0.0.7 | features/semaphore_app_api.feature |