From 02422859221853cdb647d34dff2d4324c9e3bf80 Mon Sep 17 00:00:00 2001 From: pmbinapps Date: Sat, 24 Aug 2024 16:15:16 +0000 Subject: [PATCH] deploy: 298d7e0d9ffa44d64316e304a1703dddc4232067 --- {8 => 13}/app.js | 0 {8 => 13}/data/behaviors.csv | 0 13/data/behaviors.json | 1 + {8 => 13}/data/categories.csv | 0 {8 => 13}/data/categories.json | 0 13/data/packages.json | 1 + {8 => 13}/data/suites.csv | 4 ++-- 13/data/suites.json | 1 + 13/data/test-cases/542abb8a86d38a5.json | 1 + 13/data/test-cases/e62f47914c4dc34.json | 1 + 13/data/timeline.json | 1 + 13/export/influxDbData.txt | 11 +++++++++++ {8 => 13}/export/mail.html | 0 {8 => 13}/export/prometheusData.txt | 8 ++++---- {8 => 13}/favicon.ico | Bin 13/history/categories-trend.json | 1 + 13/history/duration-trend.json | 1 + 13/history/history-trend.json | 1 + 13/history/history.json | 1 + 13/history/retry-trend.json | 1 + {8 => 13}/index.html | 2 +- {8 => 13}/plugin/behaviors/index.js | 0 {8 => 13}/plugin/packages/index.js | 0 {8 => 13}/plugin/screen-diff/index.js | 0 {8 => 13}/plugin/screen-diff/styles.css | 0 {8 => 13}/styles.css | 0 {8 => 13}/widgets/behaviors.json | 0 13/widgets/categories-trend.json | 1 + {8 => 13}/widgets/categories.json | 0 13/widgets/duration-trend.json | 1 + 13/widgets/duration.json | 1 + {8 => 13}/widgets/environment.json | 0 13/widgets/executors.json | 1 + 13/widgets/history-trend.json | 1 + {8 => 13}/widgets/launch.json | 0 13/widgets/retry-trend.json | 1 + 13/widgets/severity.json | 1 + 13/widgets/status-chart.json | 1 + {8 => 13}/widgets/suites.json | 0 {8 => 13}/widgets/summary.json | 2 +- 8/data/behaviors.json | 1 - 8/data/packages.json | 1 - 8/data/suites.json | 1 - 8/data/test-cases/31429c946c4247aa.json | 1 - 8/data/test-cases/f790530faa3e3f2b.json | 1 - 8/data/timeline.json | 1 - 8/export/influxDbData.txt | 11 ----------- 8/history/categories-trend.json | 1 - 8/history/duration-trend.json | 1 - 8/history/history-trend.json | 1 - 8/history/history.json | 1 - 8/history/retry-trend.json | 1 - 8/widgets/categories-trend.json | 1 - 8/widgets/duration-trend.json | 1 - 8/widgets/duration.json | 1 - 8/widgets/executors.json | 1 - 8/widgets/history-trend.json | 1 - 8/widgets/retry-trend.json | 1 - 8/widgets/severity.json | 1 - 8/widgets/status-chart.json | 1 - index.html | 2 +- last-history/categories-trend.json | 2 +- last-history/duration-trend.json | 2 +- last-history/history-trend.json | 2 +- last-history/history.json | 2 +- last-history/retry-trend.json | 2 +- 66 files changed, 44 insertions(+), 44 deletions(-) rename {8 => 13}/app.js (100%) rename {8 => 13}/data/behaviors.csv (100%) create mode 100644 13/data/behaviors.json rename {8 => 13}/data/categories.csv (100%) rename {8 => 13}/data/categories.json (100%) create mode 100644 13/data/packages.json rename {8 => 13}/data/suites.csv (65%) create mode 100644 13/data/suites.json create mode 100644 13/data/test-cases/542abb8a86d38a5.json create mode 100644 13/data/test-cases/e62f47914c4dc34.json create mode 100644 13/data/timeline.json create mode 100644 13/export/influxDbData.txt rename {8 => 13}/export/mail.html (100%) rename {8 => 13}/export/prometheusData.txt (59%) rename {8 => 13}/favicon.ico (100%) create mode 100644 13/history/categories-trend.json create mode 100644 13/history/duration-trend.json create mode 100644 13/history/history-trend.json create mode 100644 13/history/history.json create mode 100644 13/history/retry-trend.json rename {8 => 13}/index.html (94%) rename {8 => 13}/plugin/behaviors/index.js (100%) rename {8 => 13}/plugin/packages/index.js (100%) rename {8 => 13}/plugin/screen-diff/index.js (100%) rename {8 => 13}/plugin/screen-diff/styles.css (100%) rename {8 => 13}/styles.css (100%) rename {8 => 13}/widgets/behaviors.json (100%) create mode 100644 13/widgets/categories-trend.json rename {8 => 13}/widgets/categories.json (100%) create mode 100644 13/widgets/duration-trend.json create mode 100644 13/widgets/duration.json rename {8 => 13}/widgets/environment.json (100%) create mode 100644 13/widgets/executors.json create mode 100644 13/widgets/history-trend.json rename {8 => 13}/widgets/launch.json (100%) create mode 100644 13/widgets/retry-trend.json create mode 100644 13/widgets/severity.json create mode 100644 13/widgets/status-chart.json rename {8 => 13}/widgets/suites.json (100%) rename {8 => 13}/widgets/summary.json (50%) delete mode 100644 8/data/behaviors.json delete mode 100644 8/data/packages.json delete mode 100644 8/data/suites.json delete mode 100644 8/data/test-cases/31429c946c4247aa.json delete mode 100644 8/data/test-cases/f790530faa3e3f2b.json delete mode 100644 8/data/timeline.json delete mode 100644 8/export/influxDbData.txt delete mode 100644 8/history/categories-trend.json delete mode 100644 8/history/duration-trend.json delete mode 100644 8/history/history-trend.json delete mode 100644 8/history/history.json delete mode 100644 8/history/retry-trend.json delete mode 100644 8/widgets/categories-trend.json delete mode 100644 8/widgets/duration-trend.json delete mode 100644 8/widgets/duration.json delete mode 100644 8/widgets/executors.json delete mode 100644 8/widgets/history-trend.json delete mode 100644 8/widgets/retry-trend.json delete mode 100644 8/widgets/severity.json delete mode 100644 8/widgets/status-chart.json diff --git a/8/app.js b/13/app.js similarity index 100% rename from 8/app.js rename to 13/app.js diff --git a/8/data/behaviors.csv b/13/data/behaviors.csv similarity index 100% rename from 8/data/behaviors.csv rename to 13/data/behaviors.csv diff --git a/13/data/behaviors.json b/13/data/behaviors.json new file mode 100644 index 00000000..f2655d07 --- /dev/null +++ b/13/data/behaviors.json @@ -0,0 +1 @@ +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"test_get_all_user_data","uid":"542abb8a86d38a5","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"e62f47914c4dc34","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"name":"behaviors"} \ No newline at end of file diff --git a/8/data/categories.csv b/13/data/categories.csv similarity index 100% rename from 8/data/categories.csv rename to 13/data/categories.csv diff --git a/8/data/categories.json b/13/data/categories.json similarity index 100% rename from 8/data/categories.json rename to 13/data/categories.json diff --git a/13/data/packages.json b/13/data/packages.json new file mode 100644 index 00000000..d4fb5c45 --- /dev/null +++ b/13/data/packages.json @@ -0,0 +1 @@ +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"step_definitions.test_get_employee_data","children":[{"name":"test_get_all_user_data","uid":"542abb8a86d38a5","parentUid":"623aecb60a280c568b357a0a6c243120","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"e62f47914c4dc34","parentUid":"623aecb60a280c568b357a0a6c243120","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"step_definitions.test_get_employee_data"}],"name":"packages"} \ No newline at end of file diff --git a/8/data/suites.csv b/13/data/suites.csv similarity index 65% rename from 8/data/suites.csv rename to 13/data/suites.csv index f18c3bcd..16a4bc0a 100644 --- a/8/data/suites.csv +++ b/13/data/suites.csv @@ -1,3 +1,3 @@ "Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Fri Aug 23 20:17:02 GMT 2024","Fri Aug 23 20:17:02 GMT 2024","26","step_definitions","test_get_employee_data","","","","test_get_a_single_user_data","/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data" -"passed","Fri Aug 23 20:17:02 GMT 2024","Fri Aug 23 20:17:02 GMT 2024","43","step_definitions","test_get_employee_data","","","","test_get_all_user_data","/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data" +"passed","Sat Aug 24 16:15:11 GMT 2024","Sat Aug 24 16:15:11 GMT 2024","48","step_definitions","test_get_employee_data","","","","test_get_all_user_data","/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data" +"passed","Sat Aug 24 16:15:11 GMT 2024","Sat Aug 24 16:15:12 GMT 2024","49","step_definitions","test_get_employee_data","","","","test_get_a_single_user_data","/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data" diff --git a/13/data/suites.json b/13/data/suites.json new file mode 100644 index 00000000..fc9110eb --- /dev/null +++ b/13/data/suites.json @@ -0,0 +1 @@ +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"step_definitions","children":[{"name":"test_get_employee_data","children":[{"name":"test_get_all_user_data","uid":"542abb8a86d38a5","parentUid":"f40270e4eef42ec656137ccffcae9b9e","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"e62f47914c4dc34","parentUid":"f40270e4eef42ec656137ccffcae9b9e","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"f40270e4eef42ec656137ccffcae9b9e"}],"uid":"c6534b9819d4cfafa36079807412100c"}],"name":"suites"} \ No newline at end of file diff --git a/13/data/test-cases/542abb8a86d38a5.json b/13/data/test-cases/542abb8a86d38a5.json new file mode 100644 index 00000000..9390934a --- /dev/null +++ b/13/data/test-cases/542abb8a86d38a5.json @@ -0,0 +1 @@ +{"uid":"542abb8a86d38a5","name":"test_get_all_user_data","fullName":"step_definitions.test_get_employee_data#test_get_all_user_data","historyId":"16093bdd8e2d010561d8c57a76327c84","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"description":"/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data","descriptionHtml":"

/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data

\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1724516111915,"stop":1724516111915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1724516111915,"stop":1724516111915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures"},{"name":"tag","value":"automated"},{"name":"tag","value":"smoke"},{"name":"parentSuite","value":"step_definitions"},{"name":"suite","value":"test_get_employee_data"},{"name":"host","value":"fv-az571-29"},{"name":"thread","value":"2303-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"step_definitions.test_get_employee_data"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"22ddb7d4b813bd9c","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/22ddb7d4b813bd9c","status":"passed","time":{"start":1724515945782,"stop":1724515945822,"duration":40}},{"uid":"e46af0babb96e5e3","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/e46af0babb96e5e3","status":"passed","time":{"start":1724514700775,"stop":1724514700836,"duration":61}},{"uid":"d7c2f4124d317622","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/d7c2f4124d317622","status":"passed","time":{"start":1724514458403,"stop":1724514458665,"duration":262}},{"uid":"25e70eb010ce908","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/25e70eb010ce908","status":"passed","time":{"start":1724514350177,"stop":1724514350223,"duration":46}},{"uid":"31429c946c4247aa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/31429c946c4247aa","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43}},{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"tags":["automated","smoke","@pytest.mark.usefixtures"]},"source":"542abb8a86d38a5.json","parameterValues":[]} \ No newline at end of file diff --git a/13/data/test-cases/e62f47914c4dc34.json b/13/data/test-cases/e62f47914c4dc34.json new file mode 100644 index 00000000..3d6137d0 --- /dev/null +++ b/13/data/test-cases/e62f47914c4dc34.json @@ -0,0 +1 @@ +{"uid":"e62f47914c4dc34","name":"test_get_a_single_user_data","fullName":"step_definitions.test_get_employee_data#test_get_a_single_user_data","historyId":"763a1382b0a786570d4c08b661e7ddaf","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"description":"/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data","descriptionHtml":"

/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data

\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1724516111915,"stop":1724516111915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1724516111915,"stop":1724516111915,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"tag","value":"@pytest.mark.usefixtures"},{"name":"tag","value":"smoke"},{"name":"tag","value":"automated"},{"name":"parentSuite","value":"step_definitions"},{"name":"suite","value":"test_get_employee_data"},{"name":"host","value":"fv-az571-29"},{"name":"thread","value":"2303-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"step_definitions.test_get_employee_data"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"fc6ce9baee4942a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/fc6ce9baee4942a5","status":"passed","time":{"start":1724515945824,"stop":1724515945856,"duration":32}},{"uid":"5ec96a44a6da2afb","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/5ec96a44a6da2afb","status":"passed","time":{"start":1724514700839,"stop":1724514700874,"duration":35}},{"uid":"23c9927a895fa672","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/23c9927a895fa672","status":"passed","time":{"start":1724514458668,"stop":1724514458926,"duration":258}},{"uid":"825bbf18625044d7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/825bbf18625044d7","status":"passed","time":{"start":1724514350226,"stop":1724514350556,"duration":330}},{"uid":"f790530faa3e3f2b","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/f790530faa3e3f2b","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26}},{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]},"tags":["automated","smoke","@pytest.mark.usefixtures"]},"source":"e62f47914c4dc34.json","parameterValues":[]} \ No newline at end of file diff --git a/13/data/timeline.json b/13/data/timeline.json new file mode 100644 index 00000000..16109eaf --- /dev/null +++ b/13/data/timeline.json @@ -0,0 +1 @@ +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az571-29","children":[{"name":"2303-MainThread","children":[{"name":"test_get_all_user_data","uid":"542abb8a86d38a5","parentUid":"06b08f27979fe96ed1365e9dd09a67d4","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"e62f47914c4dc34","parentUid":"06b08f27979fe96ed1365e9dd09a67d4","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"06b08f27979fe96ed1365e9dd09a67d4"}],"uid":"368999410fd8d521ee00b0aee997e936"}],"name":"timeline"} \ No newline at end of file diff --git a/13/export/influxDbData.txt b/13/export/influxDbData.txt new file mode 100644 index 00000000..26446185 --- /dev/null +++ b/13/export/influxDbData.txt @@ -0,0 +1,11 @@ +launch_status failed=0 1724516114000000000 +launch_status broken=0 1724516114000000000 +launch_status passed=2 1724516114000000000 +launch_status skipped=0 1724516114000000000 +launch_status unknown=0 1724516114000000000 +launch_time duration=102 1724516114000000000 +launch_time min_duration=48 1724516114000000000 +launch_time max_duration=49 1724516114000000000 +launch_time sum_duration=97 1724516114000000000 +launch_retries retries=0 1724516114000000000 +launch_retries run=2 1724516114000000000 diff --git a/8/export/mail.html b/13/export/mail.html similarity index 100% rename from 8/export/mail.html rename to 13/export/mail.html diff --git a/8/export/prometheusData.txt b/13/export/prometheusData.txt similarity index 59% rename from 8/export/prometheusData.txt rename to 13/export/prometheusData.txt index 2c0319b1..41d27f05 100644 --- a/8/export/prometheusData.txt +++ b/13/export/prometheusData.txt @@ -3,9 +3,9 @@ launch_status_broken 0 launch_status_passed 2 launch_status_skipped 0 launch_status_unknown 0 -launch_time_duration 72 -launch_time_min_duration 26 -launch_time_max_duration 43 -launch_time_sum_duration 69 +launch_time_duration 102 +launch_time_min_duration 48 +launch_time_max_duration 49 +launch_time_sum_duration 97 launch_retries_retries 0 launch_retries_run 2 diff --git a/8/favicon.ico b/13/favicon.ico similarity index 100% rename from 8/favicon.ico rename to 13/favicon.ico diff --git a/13/history/categories-trend.json b/13/history/categories-trend.json new file mode 100644 index 00000000..55db1d61 --- /dev/null +++ b/13/history/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/13/history/duration-trend.json b/13/history/duration-trend.json new file mode 100644 index 00000000..923d6924 --- /dev/null +++ b/13/history/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"duration":74}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"duration":99}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"duration":523}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"duration":379}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file diff --git a/13/history/history-trend.json b/13/history/history-trend.json new file mode 100644 index 00000000..b77099de --- /dev/null +++ b/13/history/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file diff --git a/13/history/history.json b/13/history/history.json new file mode 100644 index 00000000..77600551 --- /dev/null +++ b/13/history/history.json @@ -0,0 +1 @@ +{"16093bdd8e2d010561d8c57a76327c84":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"542abb8a86d38a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13//#testresult/542abb8a86d38a5","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48}},{"uid":"22ddb7d4b813bd9c","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/22ddb7d4b813bd9c","status":"passed","time":{"start":1724515945782,"stop":1724515945822,"duration":40}},{"uid":"e46af0babb96e5e3","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/e46af0babb96e5e3","status":"passed","time":{"start":1724514700775,"stop":1724514700836,"duration":61}},{"uid":"d7c2f4124d317622","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/d7c2f4124d317622","status":"passed","time":{"start":1724514458403,"stop":1724514458665,"duration":262}},{"uid":"25e70eb010ce908","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/25e70eb010ce908","status":"passed","time":{"start":1724514350177,"stop":1724514350223,"duration":46}},{"uid":"31429c946c4247aa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/31429c946c4247aa","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43}},{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"763a1382b0a786570d4c08b661e7ddaf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e62f47914c4dc34","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13//#testresult/e62f47914c4dc34","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49}},{"uid":"fc6ce9baee4942a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/fc6ce9baee4942a5","status":"passed","time":{"start":1724515945824,"stop":1724515945856,"duration":32}},{"uid":"5ec96a44a6da2afb","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/5ec96a44a6da2afb","status":"passed","time":{"start":1724514700839,"stop":1724514700874,"duration":35}},{"uid":"23c9927a895fa672","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/23c9927a895fa672","status":"passed","time":{"start":1724514458668,"stop":1724514458926,"duration":258}},{"uid":"825bbf18625044d7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/825bbf18625044d7","status":"passed","time":{"start":1724514350226,"stop":1724514350556,"duration":330}},{"uid":"f790530faa3e3f2b","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/f790530faa3e3f2b","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26}},{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]}} \ No newline at end of file diff --git a/13/history/retry-trend.json b/13/history/retry-trend.json new file mode 100644 index 00000000..1665316a --- /dev/null +++ b/13/history/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file diff --git a/8/index.html b/13/index.html similarity index 94% rename from 8/index.html rename to 13/index.html index ac514ec4..e68032fa 100644 --- a/8/index.html +++ b/13/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '625bdf2a-7164-4937-bda0-3af466f2b229', + 'reportUuid': 'b7459c9a-d07e-427b-814c-d7269b3d88e0', 'single_file': false }); diff --git a/8/plugin/behaviors/index.js b/13/plugin/behaviors/index.js similarity index 100% rename from 8/plugin/behaviors/index.js rename to 13/plugin/behaviors/index.js diff --git a/8/plugin/packages/index.js b/13/plugin/packages/index.js similarity index 100% rename from 8/plugin/packages/index.js rename to 13/plugin/packages/index.js diff --git a/8/plugin/screen-diff/index.js b/13/plugin/screen-diff/index.js similarity index 100% rename from 8/plugin/screen-diff/index.js rename to 13/plugin/screen-diff/index.js diff --git a/8/plugin/screen-diff/styles.css b/13/plugin/screen-diff/styles.css similarity index 100% rename from 8/plugin/screen-diff/styles.css rename to 13/plugin/screen-diff/styles.css diff --git a/8/styles.css b/13/styles.css similarity index 100% rename from 8/styles.css rename to 13/styles.css diff --git a/8/widgets/behaviors.json b/13/widgets/behaviors.json similarity index 100% rename from 8/widgets/behaviors.json rename to 13/widgets/behaviors.json diff --git a/13/widgets/categories-trend.json b/13/widgets/categories-trend.json new file mode 100644 index 00000000..55db1d61 --- /dev/null +++ b/13/widgets/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/8/widgets/categories.json b/13/widgets/categories.json similarity index 100% rename from 8/widgets/categories.json rename to 13/widgets/categories.json diff --git a/13/widgets/duration-trend.json b/13/widgets/duration-trend.json new file mode 100644 index 00000000..923d6924 --- /dev/null +++ b/13/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"duration":74}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"duration":99}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"duration":523}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"duration":379}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file diff --git a/13/widgets/duration.json b/13/widgets/duration.json new file mode 100644 index 00000000..e107f0b1 --- /dev/null +++ b/13/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"542abb8a86d38a5","name":"test_get_all_user_data","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"status":"passed","severity":"normal"},{"uid":"e62f47914c4dc34","name":"test_get_a_single_user_data","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/8/widgets/environment.json b/13/widgets/environment.json similarity index 100% rename from 8/widgets/environment.json rename to 13/widgets/environment.json diff --git a/13/widgets/executors.json b/13/widgets/executors.json new file mode 100644 index 00000000..55c7e2fc --- /dev/null +++ b/13/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://pmbinapps.github.io/github-action-with-allure-report","buildOrder":13,"buildName":"GitHub Actions Run #10539855055","buildUrl":"https://github.com/pmbinapps/github-action-with-allure-report/actions/runs/10539855055","reportName":"Allure Report with history","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/"}] \ No newline at end of file diff --git a/13/widgets/history-trend.json b/13/widgets/history-trend.json new file mode 100644 index 00000000..b77099de --- /dev/null +++ b/13/widgets/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file diff --git a/8/widgets/launch.json b/13/widgets/launch.json similarity index 100% rename from 8/widgets/launch.json rename to 13/widgets/launch.json diff --git a/13/widgets/retry-trend.json b/13/widgets/retry-trend.json new file mode 100644 index 00000000..1665316a --- /dev/null +++ b/13/widgets/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file diff --git a/13/widgets/severity.json b/13/widgets/severity.json new file mode 100644 index 00000000..e107f0b1 --- /dev/null +++ b/13/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"542abb8a86d38a5","name":"test_get_all_user_data","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"status":"passed","severity":"normal"},{"uid":"e62f47914c4dc34","name":"test_get_a_single_user_data","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/13/widgets/status-chart.json b/13/widgets/status-chart.json new file mode 100644 index 00000000..e107f0b1 --- /dev/null +++ b/13/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"542abb8a86d38a5","name":"test_get_all_user_data","time":{"start":1724516111928,"stop":1724516111976,"duration":48},"status":"passed","severity":"normal"},{"uid":"e62f47914c4dc34","name":"test_get_a_single_user_data","time":{"start":1724516111981,"stop":1724516112030,"duration":49},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/8/widgets/suites.json b/13/widgets/suites.json similarity index 100% rename from 8/widgets/suites.json rename to 13/widgets/suites.json diff --git a/8/widgets/summary.json b/13/widgets/summary.json similarity index 50% rename from 8/widgets/summary.json rename to 13/widgets/summary.json index d00f7dcc..adb6a1b6 100644 --- a/8/widgets/summary.json +++ b/13/widgets/summary.json @@ -1 +1 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"time":{"start":1724444222460,"stop":1724444222532,"duration":72,"minDuration":26,"maxDuration":43,"sumDuration":69}} \ No newline at end of file +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2},"time":{"start":1724516111928,"stop":1724516112030,"duration":102,"minDuration":48,"maxDuration":49,"sumDuration":97}} \ No newline at end of file diff --git a/8/data/behaviors.json b/8/data/behaviors.json deleted file mode 100644 index f9afad1e..00000000 --- a/8/data/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"test_get_all_user_data","uid":"31429c946c4247aa","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"f790530faa3e3f2b","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"name":"behaviors"} \ No newline at end of file diff --git a/8/data/packages.json b/8/data/packages.json deleted file mode 100644 index fa6a57e1..00000000 --- a/8/data/packages.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"step_definitions.test_get_employee_data","children":[{"name":"test_get_all_user_data","uid":"31429c946c4247aa","parentUid":"623aecb60a280c568b357a0a6c243120","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"f790530faa3e3f2b","parentUid":"623aecb60a280c568b357a0a6c243120","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"step_definitions.test_get_employee_data"}],"name":"packages"} \ No newline at end of file diff --git a/8/data/suites.json b/8/data/suites.json deleted file mode 100644 index db7d4ef6..00000000 --- a/8/data/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"step_definitions","children":[{"name":"test_get_employee_data","children":[{"name":"test_get_all_user_data","uid":"31429c946c4247aa","parentUid":"f40270e4eef42ec656137ccffcae9b9e","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"f790530faa3e3f2b","parentUid":"f40270e4eef42ec656137ccffcae9b9e","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"f40270e4eef42ec656137ccffcae9b9e"}],"uid":"c6534b9819d4cfafa36079807412100c"}],"name":"suites"} \ No newline at end of file diff --git a/8/data/test-cases/31429c946c4247aa.json b/8/data/test-cases/31429c946c4247aa.json deleted file mode 100644 index 068584d4..00000000 --- a/8/data/test-cases/31429c946c4247aa.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"31429c946c4247aa","name":"test_get_all_user_data","fullName":"step_definitions.test_get_employee_data#test_get_all_user_data","historyId":"16093bdd8e2d010561d8c57a76327c84","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"description":"/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data","descriptionHtml":"

/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get all user data

\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"base_url","time":{"start":1724444222446,"stop":1724444222446,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_verify_url","time":{"start":1724444222446,"stop":1724444222446,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"tag","value":"automated"},{"name":"tag","value":"@pytest.mark.usefixtures"},{"name":"tag","value":"smoke"},{"name":"parentSuite","value":"step_definitions"},{"name":"suite","value":"test_get_employee_data"},{"name":"host","value":"fv-az699-111"},{"name":"thread","value":"2297-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"step_definitions.test_get_employee_data"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"tags":["automated","smoke","@pytest.mark.usefixtures"]},"source":"31429c946c4247aa.json","parameterValues":[]} \ No newline at end of file diff --git a/8/data/test-cases/f790530faa3e3f2b.json b/8/data/test-cases/f790530faa3e3f2b.json deleted file mode 100644 index 02e87f7d..00000000 --- a/8/data/test-cases/f790530faa3e3f2b.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"f790530faa3e3f2b","name":"test_get_a_single_user_data","fullName":"step_definitions.test_get_employee_data#test_get_a_single_user_data","historyId":"763a1382b0a786570d4c08b661e7ddaf","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"description":"/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data","descriptionHtml":"

/home/runner/work/github-action-with-allure-report/github-action-with-allure-report/tests/features/get_user_data.feature: Get a single user data

\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"base_url","time":{"start":1724444222446,"stop":1724444222446,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_verify_url","time":{"start":1724444222446,"stop":1724444222446,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"tag","value":"automated"},{"name":"tag","value":"@pytest.mark.usefixtures"},{"name":"tag","value":"smoke"},{"name":"parentSuite","value":"step_definitions"},{"name":"suite","value":"test_get_employee_data"},{"name":"host","value":"fv-az699-111"},{"name":"thread","value":"2297-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"step_definitions.test_get_employee_data"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]},"tags":["automated","smoke","@pytest.mark.usefixtures"]},"source":"f790530faa3e3f2b.json","parameterValues":[]} \ No newline at end of file diff --git a/8/data/timeline.json b/8/data/timeline.json deleted file mode 100644 index 7e4f8a11..00000000 --- a/8/data/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az699-111","children":[{"name":"2297-MainThread","children":[{"name":"test_get_all_user_data","uid":"31429c946c4247aa","parentUid":"fa8e47a549dfdecfd770e66bbf4bdfc4","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]},{"name":"test_get_a_single_user_data","uid":"f790530faa3e3f2b","parentUid":"fa8e47a549dfdecfd770e66bbf4bdfc4","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":["automated","smoke","@pytest.mark.usefixtures"]}],"uid":"fa8e47a549dfdecfd770e66bbf4bdfc4"}],"uid":"349b665cf5c487e417b5dfd5d11395de"}],"name":"timeline"} \ No newline at end of file diff --git a/8/export/influxDbData.txt b/8/export/influxDbData.txt deleted file mode 100644 index ce8acb1f..00000000 --- a/8/export/influxDbData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status failed=0 1724444225000000000 -launch_status broken=0 1724444225000000000 -launch_status passed=2 1724444225000000000 -launch_status skipped=0 1724444225000000000 -launch_status unknown=0 1724444225000000000 -launch_time duration=72 1724444225000000000 -launch_time min_duration=26 1724444225000000000 -launch_time max_duration=43 1724444225000000000 -launch_time sum_duration=69 1724444225000000000 -launch_retries retries=0 1724444225000000000 -launch_retries run=2 1724444225000000000 diff --git a/8/history/categories-trend.json b/8/history/categories-trend.json deleted file mode 100644 index 6654a3d0..00000000 --- a/8/history/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/8/history/duration-trend.json b/8/history/duration-trend.json deleted file mode 100644 index 9e7ce749..00000000 --- a/8/history/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file diff --git a/8/history/history-trend.json b/8/history/history-trend.json deleted file mode 100644 index d1d9d244..00000000 --- a/8/history/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file diff --git a/8/history/history.json b/8/history/history.json deleted file mode 100644 index 17d83918..00000000 --- a/8/history/history.json +++ /dev/null @@ -1 +0,0 @@ -{"16093bdd8e2d010561d8c57a76327c84":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"31429c946c4247aa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/31429c946c4247aa","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43}},{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"763a1382b0a786570d4c08b661e7ddaf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":7,"unknown":0,"total":7},"items":[{"uid":"f790530faa3e3f2b","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/f790530faa3e3f2b","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26}},{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]}} \ No newline at end of file diff --git a/8/history/retry-trend.json b/8/history/retry-trend.json deleted file mode 100644 index 85a83078..00000000 --- a/8/history/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file diff --git a/8/widgets/categories-trend.json b/8/widgets/categories-trend.json deleted file mode 100644 index 6654a3d0..00000000 --- a/8/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/8/widgets/duration-trend.json b/8/widgets/duration-trend.json deleted file mode 100644 index 9e7ce749..00000000 --- a/8/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file diff --git a/8/widgets/duration.json b/8/widgets/duration.json deleted file mode 100644 index 85454ba1..00000000 --- a/8/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f790530faa3e3f2b","name":"test_get_a_single_user_data","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"status":"passed","severity":"normal"},{"uid":"31429c946c4247aa","name":"test_get_all_user_data","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/8/widgets/executors.json b/8/widgets/executors.json deleted file mode 100644 index d6d6f432..00000000 --- a/8/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://pmbinapps.github.io/github-action-with-allure-report","buildOrder":8,"buildName":"GitHub Actions Run #10531813856","buildUrl":"https://github.com/pmbinapps/github-action-with-allure-report/actions/runs/10531813856","reportName":"Allure Report with history","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/"}] \ No newline at end of file diff --git a/8/widgets/history-trend.json b/8/widgets/history-trend.json deleted file mode 100644 index d1d9d244..00000000 --- a/8/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file diff --git a/8/widgets/retry-trend.json b/8/widgets/retry-trend.json deleted file mode 100644 index 85a83078..00000000 --- a/8/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file diff --git a/8/widgets/severity.json b/8/widgets/severity.json deleted file mode 100644 index 85454ba1..00000000 --- a/8/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f790530faa3e3f2b","name":"test_get_a_single_user_data","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"status":"passed","severity":"normal"},{"uid":"31429c946c4247aa","name":"test_get_all_user_data","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/8/widgets/status-chart.json b/8/widgets/status-chart.json deleted file mode 100644 index 85454ba1..00000000 --- a/8/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f790530faa3e3f2b","name":"test_get_a_single_user_data","time":{"start":1724444222506,"stop":1724444222532,"duration":26},"status":"passed","severity":"normal"},{"uid":"31429c946c4247aa","name":"test_get_all_user_data","time":{"start":1724444222460,"stop":1724444222503,"duration":43},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/index.html b/index.html index b049a111..2e6545c6 100644 --- a/index.html +++ b/index.html @@ -1,2 +1,2 @@ - + diff --git a/last-history/categories-trend.json b/last-history/categories-trend.json index f0069a3e..55db1d61 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/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 index 8c6a3506..923d6924 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"duration":74}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"duration":99}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"duration":523}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"duration":379}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"duration":74}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"duration":99}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"duration":523}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"duration":379}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"duration":72}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"duration":102}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"duration":113}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"duration":329}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"duration":489}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"duration":421}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"duration":341}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 86274dbc..b77099de 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 4e868b74..77600551 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"16093bdd8e2d010561d8c57a76327c84":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"22ddb7d4b813bd9c","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/22ddb7d4b813bd9c","status":"passed","time":{"start":1724515945782,"stop":1724515945822,"duration":40}},{"uid":"e46af0babb96e5e3","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/e46af0babb96e5e3","status":"passed","time":{"start":1724514700775,"stop":1724514700836,"duration":61}},{"uid":"d7c2f4124d317622","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/d7c2f4124d317622","status":"passed","time":{"start":1724514458403,"stop":1724514458665,"duration":262}},{"uid":"25e70eb010ce908","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/25e70eb010ce908","status":"passed","time":{"start":1724514350177,"stop":1724514350223,"duration":46}},{"uid":"31429c946c4247aa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/31429c946c4247aa","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43}},{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"763a1382b0a786570d4c08b661e7ddaf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":11,"unknown":0,"total":11},"items":[{"uid":"fc6ce9baee4942a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/fc6ce9baee4942a5","status":"passed","time":{"start":1724515945824,"stop":1724515945856,"duration":32}},{"uid":"5ec96a44a6da2afb","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/5ec96a44a6da2afb","status":"passed","time":{"start":1724514700839,"stop":1724514700874,"duration":35}},{"uid":"23c9927a895fa672","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/23c9927a895fa672","status":"passed","time":{"start":1724514458668,"stop":1724514458926,"duration":258}},{"uid":"825bbf18625044d7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/825bbf18625044d7","status":"passed","time":{"start":1724514350226,"stop":1724514350556,"duration":330}},{"uid":"f790530faa3e3f2b","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/f790530faa3e3f2b","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26}},{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]}} \ No newline at end of file +{"16093bdd8e2d010561d8c57a76327c84":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"542abb8a86d38a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13//#testresult/542abb8a86d38a5","status":"passed","time":{"start":1724516111928,"stop":1724516111976,"duration":48}},{"uid":"22ddb7d4b813bd9c","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/22ddb7d4b813bd9c","status":"passed","time":{"start":1724515945782,"stop":1724515945822,"duration":40}},{"uid":"e46af0babb96e5e3","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/e46af0babb96e5e3","status":"passed","time":{"start":1724514700775,"stop":1724514700836,"duration":61}},{"uid":"d7c2f4124d317622","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/d7c2f4124d317622","status":"passed","time":{"start":1724514458403,"stop":1724514458665,"duration":262}},{"uid":"25e70eb010ce908","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/25e70eb010ce908","status":"passed","time":{"start":1724514350177,"stop":1724514350223,"duration":46}},{"uid":"31429c946c4247aa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/31429c946c4247aa","status":"passed","time":{"start":1724444222460,"stop":1724444222503,"duration":43}},{"uid":"1cba4dfec3039096","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/1cba4dfec3039096","status":"passed","time":{"start":1724444073823,"stop":1724444073875,"duration":52}},{"uid":"1e1002533cd088af","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/1e1002533cd088af","status":"passed","time":{"start":1724443581872,"stop":1724443581929,"duration":57}},{"uid":"d3bebf484dde23d9","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/d3bebf484dde23d9","status":"passed","time":{"start":1724442013989,"stop":1724442014068,"duration":79}},{"uid":"6007512894d1359","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/6007512894d1359","status":"passed","time":{"start":1724441853343,"stop":1724441853471,"duration":128}},{"uid":"22f5b98119847360","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/22f5b98119847360","status":"passed","time":{"start":1724441383814,"stop":1724441383862,"duration":48}},{"uid":"abffce270f2d26bd","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/abffce270f2d26bd","status":"passed","time":{"start":1724102137421,"stop":1724102137497,"duration":76}}]},"763a1382b0a786570d4c08b661e7ddaf":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":12,"unknown":0,"total":12},"items":[{"uid":"e62f47914c4dc34","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13//#testresult/e62f47914c4dc34","status":"passed","time":{"start":1724516111981,"stop":1724516112030,"duration":49}},{"uid":"fc6ce9baee4942a5","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12//#testresult/fc6ce9baee4942a5","status":"passed","time":{"start":1724515945824,"stop":1724515945856,"duration":32}},{"uid":"5ec96a44a6da2afb","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11//#testresult/5ec96a44a6da2afb","status":"passed","time":{"start":1724514700839,"stop":1724514700874,"duration":35}},{"uid":"23c9927a895fa672","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10//#testresult/23c9927a895fa672","status":"passed","time":{"start":1724514458668,"stop":1724514458926,"duration":258}},{"uid":"825bbf18625044d7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9//#testresult/825bbf18625044d7","status":"passed","time":{"start":1724514350226,"stop":1724514350556,"duration":330}},{"uid":"f790530faa3e3f2b","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8//#testresult/f790530faa3e3f2b","status":"passed","time":{"start":1724444222506,"stop":1724444222532,"duration":26}},{"uid":"235aac0c100da6fa","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7//#testresult/235aac0c100da6fa","status":"passed","time":{"start":1724444073878,"stop":1724444073925,"duration":47}},{"uid":"40e266dd3ec3cacc","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6//#testresult/40e266dd3ec3cacc","status":"passed","time":{"start":1724443581932,"stop":1724443581985,"duration":53}},{"uid":"4f9289cf473bac9d","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5//#testresult/4f9289cf473bac9d","status":"passed","time":{"start":1724442014072,"stop":1724442014318,"duration":246}},{"uid":"2f21dfcb06c2f93e","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4//#testresult/2f21dfcb06c2f93e","status":"passed","time":{"start":1724441853474,"stop":1724441853832,"duration":358}},{"uid":"4b570a384dfd1580","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3//#testresult/4b570a384dfd1580","status":"passed","time":{"start":1724441383865,"stop":1724441384235,"duration":370}},{"uid":"be48640091b7bba7","reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2//#testresult/be48640091b7bba7","status":"passed","time":{"start":1724102137500,"stop":1724102137762,"duration":262}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 67252326..1665316a 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file +[{"buildOrder":13,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/13/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":12,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/12/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":11,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/11/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":10,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/10/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":9,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/9/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":8,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/8/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":7,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/7/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":6,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/6/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":5,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/5/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":4,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/4/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":3,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/3/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"buildOrder":2,"reportUrl":"https://pmbinapps.github.io/github-action-with-allure-report/2/","reportName":"Allure Report with history","data":{"run":2,"retry":0}}] \ No newline at end of file