From 3c2426218e10cde51d6ca4eb97e8f14b8de8f3e4 Mon Sep 17 00:00:00 2001 From: sHa Date: Thu, 5 Sep 2024 12:06:50 +0300 Subject: [PATCH] http tests conf for Bruno --- tests_http/bruno.json | 9 +++++++++ tests_http/environments/rs.bru | 3 +++ tests_http/tags.bru | 11 +++++++++++ 3 files changed, 23 insertions(+) create mode 100644 tests_http/bruno.json create mode 100644 tests_http/environments/rs.bru create mode 100644 tests_http/tags.bru 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 +}