adding matcher - 1st request
parent
62fea9f47a
commit
1d54849488
|
@ -20,7 +20,7 @@ info:
|
||||||
http:
|
http:
|
||||||
- raw:
|
- raw:
|
||||||
- |
|
- |
|
||||||
GET /fuel HTTP/1.1
|
GET /fuel/login/ HTTP/1.1
|
||||||
Host: {{Hostname}}
|
Host: {{Hostname}}
|
||||||
|
|
||||||
- |
|
- |
|
||||||
|
@ -52,5 +52,5 @@ http:
|
||||||
dsl:
|
dsl:
|
||||||
- 'duration>=6'
|
- 'duration>=6'
|
||||||
- 'status_code_3 == 200'
|
- 'status_code_3 == 200'
|
||||||
- 'contains(body_3, "No data to display")'
|
- 'contains(body_1, "FUEL CMS")'
|
||||||
condition: and
|
condition: and
|
||||||
|
|
Loading…
Reference in New Issue