diff options
author | romangraef <romangraef@users.noreply.github.com> | 2021-08-12 23:08:49 +0000 |
---|---|---|
committer | romangraef <romangraef@users.noreply.github.com> | 2021-08-12 23:08:49 +0000 |
commit | 2d930ff2584477b3c7ecda22110ae021db1a7767 (patch) | |
tree | 895b8bbb46a82aebf35b5a05d4deecaec0a52f0c /2/widgets | |
download | webos-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/widgets')
-rw-r--r-- | 2/widgets/behaviors.json | 4 | ||||
-rw-r--r-- | 2/widgets/categories-trend.json | 6 | ||||
-rw-r--r-- | 2/widgets/categories.json | 4 | ||||
-rw-r--r-- | 2/widgets/duration-trend.json | 8 | ||||
-rw-r--r-- | 2/widgets/duration.json | 11 | ||||
-rw-r--r-- | 2/widgets/environment.json | 4 | ||||
-rw-r--r-- | 2/widgets/executors.json | 10 | ||||
-rw-r--r-- | 2/widgets/history-trend.json | 13 | ||||
-rw-r--r-- | 2/widgets/launch.json | 1 | ||||
-rw-r--r-- | 2/widgets/retry-trend.json | 9 | ||||
-rw-r--r-- | 2/widgets/severity.json | 11 | ||||
-rw-r--r-- | 2/widgets/status-chart.json | 11 | ||||
-rw-r--r-- | 2/widgets/suites.json | 15 | ||||
-rw-r--r-- | 2/widgets/summary.json | 20 |
14 files changed, 127 insertions, 0 deletions
diff --git a/2/widgets/behaviors.json b/2/widgets/behaviors.json new file mode 100644 index 0000000..b1c100b --- /dev/null +++ b/2/widgets/behaviors.json @@ -0,0 +1,4 @@ +{ + "total" : 1, + "items" : [ ] +}
\ No newline at end of file diff --git a/2/widgets/categories-trend.json b/2/widgets/categories-trend.json new file mode 100644 index 0000000..0ba3a96 --- /dev/null +++ b/2/widgets/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/widgets/categories.json b/2/widgets/categories.json new file mode 100644 index 0000000..e1b6294 --- /dev/null +++ b/2/widgets/categories.json @@ -0,0 +1,4 @@ +{ + "total" : 0, + "items" : [ ] +}
\ No newline at end of file diff --git a/2/widgets/duration-trend.json b/2/widgets/duration-trend.json new file mode 100644 index 0000000..5041108 --- /dev/null +++ b/2/widgets/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/widgets/duration.json b/2/widgets/duration.json new file mode 100644 index 0000000..4235a91 --- /dev/null +++ b/2/widgets/duration.json @@ -0,0 +1,11 @@ +[ { + "uid" : "e7b98326544f5ddc", + "name" : "kotestJavascript[js, node]", + "time" : { + "start" : 1628809725000, + "stop" : 1628809725005, + "duration" : 5 + }, + "status" : "passed", + "severity" : "normal" +} ]
\ No newline at end of file diff --git a/2/widgets/environment.json b/2/widgets/environment.json new file mode 100644 index 0000000..e05d1f6 --- /dev/null +++ b/2/widgets/environment.json @@ -0,0 +1,4 @@ +[ { + "values" : [ "https://romangraef.github.io/webos" ], + "name" : "URL" +} ]
\ No newline at end of file diff --git a/2/widgets/executors.json b/2/widgets/executors.json new file mode 100644 index 0000000..11e75f7 --- /dev/null +++ b/2/widgets/executors.json @@ -0,0 +1,10 @@ +[ { + "name" : "GitHub Actions", + "type" : "github", + "url" : "https://romangraef.github.io/webos", + "buildOrder" : 2, + "buildName" : "GitHub Actions Run #1125744365", + "buildUrl" : "https://github.com/romangraef/webos/actions/runs/1125744365", + "reportName" : "Allure Report with history", + "reportUrl" : "https://romangraef.github.io/webos/2/" +} ]
\ No newline at end of file diff --git a/2/widgets/history-trend.json b/2/widgets/history-trend.json new file mode 100644 index 0000000..516897e --- /dev/null +++ b/2/widgets/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/widgets/launch.json b/2/widgets/launch.json new file mode 100644 index 0000000..8878e54 --- /dev/null +++ b/2/widgets/launch.json @@ -0,0 +1 @@ +[ ]
\ No newline at end of file diff --git a/2/widgets/retry-trend.json b/2/widgets/retry-trend.json new file mode 100644 index 0000000..89ddaa1 --- /dev/null +++ b/2/widgets/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 diff --git a/2/widgets/severity.json b/2/widgets/severity.json new file mode 100644 index 0000000..4235a91 --- /dev/null +++ b/2/widgets/severity.json @@ -0,0 +1,11 @@ +[ { + "uid" : "e7b98326544f5ddc", + "name" : "kotestJavascript[js, node]", + "time" : { + "start" : 1628809725000, + "stop" : 1628809725005, + "duration" : 5 + }, + "status" : "passed", + "severity" : "normal" +} ]
\ No newline at end of file diff --git a/2/widgets/status-chart.json b/2/widgets/status-chart.json new file mode 100644 index 0000000..4235a91 --- /dev/null +++ b/2/widgets/status-chart.json @@ -0,0 +1,11 @@ +[ { + "uid" : "e7b98326544f5ddc", + "name" : "kotestJavascript[js, node]", + "time" : { + "start" : 1628809725000, + "stop" : 1628809725005, + "duration" : 5 + }, + "status" : "passed", + "severity" : "normal" +} ]
\ No newline at end of file diff --git a/2/widgets/suites.json b/2/widgets/suites.json new file mode 100644 index 0000000..e3296aa --- /dev/null +++ b/2/widgets/suites.json @@ -0,0 +1,15 @@ +{ + "total" : 1, + "items" : [ { + "uid" : "30bd379eb1eccf2e81788bae4c8fb388", + "name" : "io.PathTest", + "statistic" : { + "failed" : 0, + "broken" : 0, + "skipped" : 0, + "passed" : 1, + "unknown" : 0, + "total" : 1 + } + } ] +}
\ No newline at end of file diff --git a/2/widgets/summary.json b/2/widgets/summary.json new file mode 100644 index 0000000..fc31fcc --- /dev/null +++ b/2/widgets/summary.json @@ -0,0 +1,20 @@ +{ + "reportName" : "Allure Report", + "testRuns" : [ ], + "statistic" : { + "failed" : 0, + "broken" : 0, + "skipped" : 0, + "passed" : 1, + "unknown" : 0, + "total" : 1 + }, + "time" : { + "start" : 1628809725000, + "stop" : 1628809725005, + "duration" : 5, + "minDuration" : 5, + "maxDuration" : 5, + "sumDuration" : 5 + } +}
\ No newline at end of file |