diff options
Diffstat (limited to 'last-history')
-rw-r--r-- | last-history/categories-trend.json | 6 | ||||
-rw-r--r-- | last-history/duration-trend.json | 8 | ||||
-rw-r--r-- | last-history/history-trend.json | 13 | ||||
-rw-r--r-- | last-history/history.json | 22 | ||||
-rw-r--r-- | last-history/retry-trend.json | 9 |
5 files changed, 0 insertions, 58 deletions
diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json deleted file mode 100644 index 0ba3a96..0000000 --- a/last-history/categories-trend.json +++ /dev/null @@ -1,6 +0,0 @@ -[ { - "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 deleted file mode 100644 index 5041108..0000000 --- a/last-history/duration-trend.json +++ /dev/null @@ -1,8 +0,0 @@ -[ { - "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 deleted file mode 100644 index 516897e..0000000 --- a/last-history/history-trend.json +++ /dev/null @@ -1,13 +0,0 @@ -[ { - "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 deleted file mode 100644 index 8e751bc..0000000 --- a/last-history/history.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "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 deleted file mode 100644 index 89ddaa1..0000000 --- a/last-history/retry-trend.json +++ /dev/null @@ -1,9 +0,0 @@ -[ { - "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 |