summaryrefslogtreecommitdiff
path: root/2/history
diff options
context:
space:
mode:
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