From 96dd2b5601769b6e0f5ea4176c51c7fb314627fb Mon Sep 17 00:00:00 2001 From: Yesen Date: Thu, 9 Nov 2023 13:25:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=97=D0=B0=D0=B3=D1=80=D1=83=D0=B7=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D1=84=D0=B0=D0=B9=D0=BB=D1=8B=20=D0=B2=20=C2=AB?= =?UTF-8?q?/=C2=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report.json | 84 +++++++++++++++++++++++++++++++++++++++++++++++++++++ tests.json | 63 ++++++++++++++++++++++++++++++++++++++++ values.json | 39 +++++++++++++++++++++++++ 3 files changed, 186 insertions(+) create mode 100644 report.json create mode 100644 tests.json create mode 100644 values.json diff --git a/report.json b/report.json new file mode 100644 index 0000000..6a5fca7 --- /dev/null +++ b/report.json @@ -0,0 +1,84 @@ +{ + "tests": [ + { + "id": 2, + "title": "Smoke test", + "value": "passed" + }, + { + "id": 41, + "title": "Debug test", + "value": "passed" + }, + { + "id": 73, + "title": "Performance test", + "value": "passed", + "values": [ + { + "id": 345, + "title": "Maxperf", + "value": "passed", + "values": [ + { + "id": 230, + "title": "Percent", + "values": [ + { + "id": 234, + "title": "200", + "value": "passed" + }, + { + "id": 653, + "title": "300", + "value": "passed" + } + ] + } + ] + }, + { + "id": 110, + "title": "Stability test", + "value": "failed", + "values": [ + { + "id": 261, + "title": "Percent", + "values": [ + { + "id": 238, + "title": "160", + "value": "passed" + }, + { + "id": 690, + "title": "240", + "value": "failed" + } + ] + } + ] + } + ] + }, + { + "id": 122, + "title": "Security test", + "value": "failed", + "values": [ + { + "id": 5321, + "title": "Confidentiality", + "value": "passed" + }, + { + "id": 5322, + "title": "Integrity", + "value": "failed" + } + ] + } + ] +} \ No newline at end of file diff --git a/tests.json b/tests.json new file mode 100644 index 0000000..65e3408 --- /dev/null +++ b/tests.json @@ -0,0 +1,63 @@ +{ + "tests": [{ + "id": 2, + "title": "Smoke test", + "value": "" + }, { + "id": 41, + "title": "Debug test", + "value": "" + }, { + "id": 73, + "title": "Performance test", + "value": "", + "values": [{ + "id": 345, + "title": "Maxperf", + "value": "", + "values": [ { + "id": 230, + "title": "Percent", + "values": [{ + "id": 234, + "title": "200", + "value": "" + }, { + "id": 653, + "title": "300", + "value": "" + }] + }] + }, { + "id": 110, + "title": "Stability test", + "value": "", + "values": [ { + "id": 261, + "title": "Percent", + "values": [{ + "id": 238, + "title": "160", + "value": "" + }, { + "id": 690, + "title": "240", + "value": "" + }] + }] + }] + }, { + "id": 122, + "title": "Security test", + "value": "", + "values": [{ + "id": 5321, + "title": "Confidentiality", + "value": "" + }, { + "id": 5322, + "title": "Integrity", + "value": "" + }] + }] +} \ No newline at end of file diff --git a/values.json b/values.json new file mode 100644 index 0000000..c13a13d --- /dev/null +++ b/values.json @@ -0,0 +1,39 @@ +{ + "values": [{ + "id": 2, + "value": "passed" + }, { + "id": 41, + "value": "passed" + }, { + "id": 73, + "value": "passed" + }, { + "id": 110, + "value": "failed" + }, { + "id": 122, + "value": "failed" + }, { + "id": 234, + "value": "passed" + }, { + "id": 238, + "value": "passed" + }, { + "id": 345, + "value": "passed" + }, { + "id": 653, + "value": "passed" + }, { + "id": 690, + "value": "failed" + }, { + "id": 5321, + "value": "passed" + }, { + "id": 5322, + "value": "failed" + }] +} \ No newline at end of file