adding condition

patch-1
bauthard 2020-07-11 11:20:35 +05:30
parent f1eabdefd1
commit 5a6bddd7c9
7 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,8 @@ requests:
- method: GET - method: GET
path: path:
- '{{BaseURL}}' - '{{BaseURL}}'
matchers-condition: and
matchers: matchers:
- type: dsl - type: dsl
dsl: dsl:

View File

@ -11,6 +11,8 @@ requests:
regex: regex:
- "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}" - "amzn\\.mws\\.[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}"
type: regex type: regex
matchers-condition: and
matchers: matchers:
- part: body - part: body
regex: regex:

View File

@ -9,6 +9,8 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: regex - type: regex
part: body part: body

View File

@ -9,6 +9,8 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: regex - type: regex
part: body part: body

View File

@ -12,6 +12,8 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: regex - type: regex
part: body part: body

View File

@ -9,6 +9,8 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: regex - type: regex
part: body part: body

View File

@ -12,6 +12,8 @@ requests:
- method: GET - method: GET
path: path:
- "{{BaseURL}}" - "{{BaseURL}}"
matchers-condition: and
matchers: matchers:
- type: regex - type: regex
part: body part: body