1# language: en 2@smoke @ssm 3Feature: Amazon SSM 4 5 Scenario: Making a request 6 When I call the "ListDocuments" API 7 Then the value at "DocumentIdentifiers" should be a list 8 9 Scenario: Handling errors 10 When I attempt to call the "GetDocument" API with: 11 | Name | 'fake-name' | 12 Then I expect the response error code to be "ValidationException" 13