summaryrefslogtreecommitdiff
path: root/2/widgets
diff options
context:
space:
mode:
Diffstat (limited to '2/widgets')
-rw-r--r--2/widgets/behaviors.json4
-rw-r--r--2/widgets/categories-trend.json6
-rw-r--r--2/widgets/categories.json4
-rw-r--r--2/widgets/duration-trend.json8
-rw-r--r--2/widgets/duration.json11
-rw-r--r--2/widgets/environment.json4
-rw-r--r--2/widgets/executors.json10
-rw-r--r--2/widgets/history-trend.json13
-rw-r--r--2/widgets/launch.json1
-rw-r--r--2/widgets/retry-trend.json9
-rw-r--r--2/widgets/severity.json11
-rw-r--r--2/widgets/status-chart.json11
-rw-r--r--2/widgets/suites.json15
-rw-r--r--2/widgets/summary.json20
14 files changed, 0 insertions, 127 deletions
diff --git a/2/widgets/behaviors.json b/2/widgets/behaviors.json
deleted file mode 100644
index b1c100b..0000000
--- a/2/widgets/behaviors.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "total" : 1,
- "items" : [ ]
-} \ No newline at end of file
diff --git a/2/widgets/categories-trend.json b/2/widgets/categories-trend.json
deleted file mode 100644
index 0ba3a96..0000000
--- a/2/widgets/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/2/widgets/categories.json b/2/widgets/categories.json
deleted file mode 100644
index e1b6294..0000000
--- a/2/widgets/categories.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "total" : 0,
- "items" : [ ]
-} \ No newline at end of file
diff --git a/2/widgets/duration-trend.json b/2/widgets/duration-trend.json
deleted file mode 100644
index 5041108..0000000
--- a/2/widgets/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/2/widgets/duration.json b/2/widgets/duration.json
deleted file mode 100644
index 4235a91..0000000
--- a/2/widgets/duration.json
+++ /dev/null
@@ -1,11 +0,0 @@
-[ {
- "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
deleted file mode 100644
index e05d1f6..0000000
--- a/2/widgets/environment.json
+++ /dev/null
@@ -1,4 +0,0 @@
-[ {
- "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
deleted file mode 100644
index 11e75f7..0000000
--- a/2/widgets/executors.json
+++ /dev/null
@@ -1,10 +0,0 @@
-[ {
- "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
deleted file mode 100644
index 516897e..0000000
--- a/2/widgets/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/2/widgets/launch.json b/2/widgets/launch.json
deleted file mode 100644
index 8878e54..0000000
--- a/2/widgets/launch.json
+++ /dev/null
@@ -1 +0,0 @@
-[ ] \ No newline at end of file
diff --git a/2/widgets/retry-trend.json b/2/widgets/retry-trend.json
deleted file mode 100644
index 89ddaa1..0000000
--- a/2/widgets/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
diff --git a/2/widgets/severity.json b/2/widgets/severity.json
deleted file mode 100644
index 4235a91..0000000
--- a/2/widgets/severity.json
+++ /dev/null
@@ -1,11 +0,0 @@
-[ {
- "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
deleted file mode 100644
index 4235a91..0000000
--- a/2/widgets/status-chart.json
+++ /dev/null
@@ -1,11 +0,0 @@
-[ {
- "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
deleted file mode 100644
index e3296aa..0000000
--- a/2/widgets/suites.json
+++ /dev/null
@@ -1,15 +0,0 @@
-{
- "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
deleted file mode 100644
index fc31fcc..0000000
--- a/2/widgets/summary.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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