Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
botocore / tests / acceptance / features / smoke / cloudtrail / cloudtrail.feature
Size: Mime:
# language: en
@cloudtrail
Feature: AWS CloudTrail

  Scenario: Making a request
    When I call the "DescribeTrails" API
    Then the response should contain a "trailList"

  Scenario: Handling errors
    When I attempt to call the "DeleteTrail" API with:
    | Name | faketrail |
    Then I expect the response error code to be "TrailNotFoundException"
    And I expect the response error to contain a message