Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / botocore   python

Repository URL to install this package:

/ tests / acceptance / features / smoke / codedeploy / codedeploy.feature

# language: en
@codedeploy
Feature: Amazon CodeDeploy

  Scenario: Making a request
    When I call the "ListApplications" API
    Then the value at "applications" should be a list

  Scenario: Handling errors
    When I attempt to call the "GetDeployment" API with:
      | deploymentId | d-USUAELQEX |
    Then I expect the response error code to be "DeploymentDoesNotExistException"
    And I expect the response error to contain a message