Path: blob/dev/pkg/tmplexec/flow/testcases/noflow-request-condition.yaml
4538 views
id: noflow-request-condition12info:3name: No flow with request condition (3 raw requests)4author: test5severity: info67http:8- raw:9- |10GET /step1 HTTP/1.111Host: {{Hostname}}1213- |14GET /step2 HTTP/1.115Host: {{Hostname}}1617- |18GET /step3?token={{auth}} HTTP/1.119Host: {{Hostname}}2021matchers-condition: and22matchers:23- type: word24part: body_125words:26- "step1-ok"2728- type: word29part: body_230words:31- "step2-ok"3233- type: word34part: body_335words:36- "step3-ok"3738extractors:39- type: regex40name: auth41internal: true42part: body_243group: 144regex:45- 'token=([a-z0-9]+)'464748