From 2d930ff2584477b3c7ecda22110ae021db1a7767 Mon Sep 17 00:00:00 2001 From: romangraef Date: Thu, 12 Aug 2021 23:08:49 +0000 Subject: Automated deployment: Thu Aug 12 23:08:49 UTC 2021 62d3fcb7500e623b8c4a1b79c2e271121c3ce794 --- last-history/categories-trend.json | 6 ++++++ last-history/duration-trend.json | 8 ++++++++ last-history/history-trend.json | 13 +++++++++++++ last-history/history.json | 22 ++++++++++++++++++++++ last-history/retry-trend.json | 9 +++++++++ 5 files changed, 58 insertions(+) create mode 100644 last-history/categories-trend.json create mode 100644 last-history/duration-trend.json create mode 100644 last-history/history-trend.json create mode 100644 last-history/history.json create mode 100644 last-history/retry-trend.json (limited to 'last-history') diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json new file mode 100644 index 0000000..0ba3a96 --- /dev/null +++ b/last-history/categories-trend.json @@ -0,0 +1,6 @@ +[ { + "buildOrder" : 2, + "reportUrl" : "https://romangraef.github.io/webos/2/", + "reportName" : "Allure Report with history", + "data" : { } +} ] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json new file mode 100644 index 0000000..5041108 --- /dev/null +++ b/last-history/duration-trend.json @@ -0,0 +1,8 @@ +[ { + "buildOrder" : 2, + "reportUrl" : "https://romangraef.github.io/webos/2/", + "reportName" : "Allure Report with history", + "data" : { + "duration" : 5 + } +} ] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json new file mode 100644 index 0000000..516897e --- /dev/null +++ b/last-history/history-trend.json @@ -0,0 +1,13 @@ +[ { + "buildOrder" : 2, + "reportUrl" : "https://romangraef.github.io/webos/2/", + "reportName" : "Allure Report with history", + "data" : { + "failed" : 0, + "broken" : 0, + "skipped" : 0, + "passed" : 1, + "unknown" : 0, + "total" : 1 + } +} ] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json new file mode 100644 index 0000000..8e751bc --- /dev/null +++ b/last-history/history.json @@ -0,0 +1,22 @@ +{ + "io.PathTest:io.PathTest#kotestJavascript[js, node]" : { + "statistic" : { + "failed" : 0, + "broken" : 0, + "skipped" : 0, + "passed" : 1, + "unknown" : 0, + "total" : 1 + }, + "items" : [ { + "uid" : "e7b98326544f5ddc", + "reportUrl" : "https://romangraef.github.io/webos/2//#testresult/e7b98326544f5ddc", + "status" : "passed", + "time" : { + "start" : 1628809725000, + "stop" : 1628809725005, + "duration" : 5 + } + } ] + } +} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json new file mode 100644 index 0000000..89ddaa1 --- /dev/null +++ b/last-history/retry-trend.json @@ -0,0 +1,9 @@ +[ { + "buildOrder" : 2, + "reportUrl" : "https://romangraef.github.io/webos/2/", + "reportName" : "Allure Report with history", + "data" : { + "run" : 1, + "retry" : 0 + } +} ] \ No newline at end of file -- cgit