diff --git a/tests_http/bruno.json b/tests_http/bruno.json new file mode 100644 index 0000000..63aac50 --- /dev/null +++ b/tests_http/bruno.json @@ -0,0 +1,9 @@ +{ + "version": "1", + "name": "sCatcher", + "type": "collection", + "ignore": [ + "node_modules", + ".git" + ] +} \ No newline at end of file diff --git a/tests_http/environments/rs.bru b/tests_http/environments/rs.bru new file mode 100644 index 0000000..88b9a94 --- /dev/null +++ b/tests_http/environments/rs.bru @@ -0,0 +1,3 @@ +vars { + host: https://catcher.rs.shadoll.dev +} diff --git a/tests_http/tags.bru b/tests_http/tags.bru new file mode 100644 index 0000000..de57d1e --- /dev/null +++ b/tests_http/tags.bru @@ -0,0 +1,11 @@ +meta { + name: tags + type: http + seq: 2 +} + +get { + url: {{host}}/api/__history/tags + body: none + auth: none +}