Files
Dwi Siswanto f893b6c0cb refactor: native tests (#7307)
Signed-off-by: Dwi Siswanto <git@dw1.io>
2026-04-15 05:27:07 +07:00

21 lines
292 B
YAML

id: basic-example
info:
name: Test HTTP Template
author: pdteam
severity: info
variables:
a1: "{{to_lower(rand_base(5))}}"
http:
- method: GET
path:
- "{{BaseURL}}/?x={{a1}}"
- "{{BaseURL}}/?x={{a1}}"
extractors:
- type: dsl
dsl:
- a1