Ignored status codes (#26)

* Implement StatusCode ignore list
This commit is contained in:
Frank Jogeleit
2021-03-19 17:28:53 +01:00
committed by GitHub
parent bd043fe286
commit 0929a0c636
8 changed files with 284 additions and 43 deletions

View File

@@ -43,6 +43,13 @@ jobs:
username: 'postman'
password: 'password'
- name: Request Postment Echo with 404 Response and ignore failure code
uses: ./
with:
url: 'https://postman-echo.com/status/404'
method: 'GET'
ignoreStatusCodes: '404'
- name: Create Test File
id: image
run: |