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 / es / es.feature
Size: Mime:
# language: en
@es @elasticsearchservice
Feature: Amazon ElasticsearchService

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

  Scenario: Handling errors
    When I attempt to call the "DescribeElasticsearchDomain" API with:
      | DomainName      | not-a-domain |
    Then I expect the response error code to be "ResourceNotFoundException"
    And I expect the response error to contain a message