ecs.feature 394 B

1234567891011121314
  1. # language: en
  2. @ecs @client
  3. Feature: Amazon ECS
  4. I want to use Amazon ECS
  5. Scenario: Making a request
  6. When I call the "ListClusters" API
  7. Then the value at "clusterArns" should be a list
  8. Scenario: Handling errors
  9. When I attempt to call the "StopTask" API with:
  10. | task | xxxxxxxxxxx-xxxxxxxxxxxx-xxxxxxxxxxx |
  11. Then the error code should be "ClusterNotFoundException"