updating with new matcher condition
parent
277aef02b3
commit
a0bd579973
|
@ -9,6 +9,7 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/"
|
- "{{BaseURL}}/"
|
||||||
|
matchers-condition: or
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
name: symfony
|
name: symfony
|
||||||
|
@ -38,4 +39,4 @@ requests:
|
||||||
- "*ngIf="
|
- "*ngIf="
|
||||||
- "ng-controller="
|
- "ng-controller="
|
||||||
condition: or
|
condition: or
|
||||||
part: body
|
part: body
|
||||||
|
|
Loading…
Reference in New Issue