updated matchers

patch-1
Ritik Chaddha 2023-01-18 01:42:22 +05:30 committed by GitHub
parent e8f84eb9af
commit 595072f237
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -12,23 +12,21 @@ info:
requests:
- method: GET
path:
- '{{BaseURL}}'
- '{{BaseURL}}/sf/start'
stop-at-first-match: true
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'SAP SuccessFactors'
- 'ajaxSecKey='
- 'sap-ui-core'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200