http tests conf for Bruno

This commit is contained in:
sHa
2024-09-05 12:06:50 +03:00
parent 2a2c01236d
commit 3c2426218e
3 changed files with 23 additions and 0 deletions

9
tests_http/bruno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"version": "1",
"name": "sCatcher",
"type": "collection",
"ignore": [
"node_modules",
".git"
]
}

View File

@@ -0,0 +1,3 @@
vars {
host: https://catcher.rs.shadoll.dev
}

11
tests_http/tags.bru Normal file
View File

@@ -0,0 +1,11 @@
meta {
name: tags
type: http
seq: 2
}
get {
url: {{host}}/api/__history/tags
body: none
auth: none
}