Add tests folder

dev
shubhamrasal 2022-12-19 19:15:04 +05:30
parent cff0d88742
commit b51aac290e
4 changed files with 48 additions and 0 deletions

View File

@ -0,0 +1,15 @@
id: basic-get
info:
name: Basic GET Request
author: pdteam
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "This is test matcher text"

View File

@ -0,0 +1,14 @@
id: basic-get
info:
name: Basic GET Request
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers:
- type: word
words:
- "This is test matcher text"

View File

@ -0,0 +1,9 @@
id: basic-get
info:
name: Basic GET Request
author: pdteam
severity: info
requests:

View File

@ -0,0 +1,10 @@
id: workflow-example
info:
name: Test Workflow Template
author: pdteam
severity: info
workflows:
- template: tests/match-1.yaml
- template: tests/match-1.yaml