mirror of
https://github.com/shadoll/scatcher.git
synced 2025-12-20 03:26:59 +00:00
http tests conf for Bruno
This commit is contained in:
9
tests_http/bruno.json
Normal file
9
tests_http/bruno.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"name": "sCatcher",
|
||||||
|
"type": "collection",
|
||||||
|
"ignore": [
|
||||||
|
"node_modules",
|
||||||
|
".git"
|
||||||
|
]
|
||||||
|
}
|
||||||
3
tests_http/environments/rs.bru
Normal file
3
tests_http/environments/rs.bru
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
vars {
|
||||||
|
host: https://catcher.rs.shadoll.dev
|
||||||
|
}
|
||||||
11
tests_http/tags.bru
Normal file
11
tests_http/tags.bru
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: tags
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/api/__history/tags
|
||||||
|
body: none
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user