summaryrefslogtreecommitdiff
path: root/2/history
diff options
context:
space:
mode:
authorromangraef <romangraef@users.noreply.github.com>2021-08-12 23:08:49 +0000
committerromangraef <romangraef@users.noreply.github.com>2021-08-12 23:08:49 +0000
commit2d930ff2584477b3c7ecda22110ae021db1a7767 (patch)
tree895b8bbb46a82aebf35b5a05d4deecaec0a52f0c /2/history
downloadwebos-2d930ff2584477b3c7ecda22110ae021db1a7767.tar.gz
webos-2d930ff2584477b3c7ecda22110ae021db1a7767.tar.bz2
webos-2d930ff2584477b3c7ecda22110ae021db1a7767.zip
Automated deployment: Thu Aug 12 23:08:49 UTC 2021 62d3fcb7500e623b8c4a1b79c2e271121c3ce794
Diffstat (limited to '2/history')
-rw-r--r--2/history/categories-trend.json6
-rw-r--r--2/history/duration-trend.json8
-rw-r--r--2/history/history-trend.json13
-rw-r--r--2/history/history.json22
-rw-r--r--2/history/retry-trend.json9
5 files changed, 58 insertions, 0 deletions
diff --git a/2/history/categories-trend.json b/2/history/categories-trend.json
new file mode 100644
index 0000000..0ba3a96
--- /dev/null
+++ b/2/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/2/history/duration-trend.json b/2/history/duration-trend.json
new file mode 100644
index 0000000..5041108
--- /dev/null
+++ b/2/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/2/history/history-trend.json b/2/history/history-trend.json
new file mode 100644
index 0000000..516897e
--- /dev/null
+++ b/2/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/2/history/history.json b/2/history/history.json
new file mode 100644
index 0000000..8e751bc
--- /dev/null
+++ b/2/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/2/history/retry-trend.json b/2/history/retry-trend.json
new file mode 100644
index 0000000..89ddaa1
--- /dev/null
+++ b/2/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