diff options
Diffstat (limited to '2/history/history-trend.json')
-rw-r--r-- | 2/history/history-trend.json | 13 |
1 files changed, 13 insertions, 0 deletions
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 |