From 2c3c8b2ca210147603f5d8b212891676df81369e Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Tue, 9 Apr 2024 21:03:44 +0000 Subject: [PATCH] deploy: c2f17a82b7739bb67cd3c8e609bf9ee327062668 --- 40/data/behaviors.json | 1 - 40/data/categories.csv | 0 40/data/categories.json | 1 - 40/data/packages.json | 1 - 40/data/suites.csv | 7 ------- 40/data/suites.json | 1 - 40/data/test-cases/27bc6f92f9dffe4d.json | 1 - 40/data/test-cases/35d27466fe7da4f3.json | 1 - 40/data/test-cases/4f222b032c23f887.json | 1 - 40/data/test-cases/b5e18440bef9063e.json | 1 - 40/data/test-cases/c04c9641d280d13b.json | 1 - 40/data/test-cases/e69f62b66bcf2a18.json | 1 - 40/data/timeline.json | 1 - 40/export/influxDbData.txt | 11 ----------- 40/export/prometheusData.txt | 11 ----------- 40/history/categories-trend.json | 1 - 40/history/duration-trend.json | 1 - 40/history/history-trend.json | 1 - 40/history/history.json | 1 - 40/history/retry-trend.json | 1 - 40/widgets/behaviors.json | 1 - 40/widgets/categories-trend.json | 1 - 40/widgets/categories.json | 1 - 40/widgets/duration-trend.json | 1 - 40/widgets/duration.json | 1 - 40/widgets/executors.json | 1 - 40/widgets/history-trend.json | 1 - 40/widgets/retry-trend.json | 1 - 40/widgets/severity.json | 1 - 40/widgets/status-chart.json | 1 - 40/widgets/summary.json | 1 - {40 => 60}/app.js | 0 {40 => 60}/data/behaviors.csv | 2 +- 60/data/behaviors.json | 1 + 60/data/categories.csv | 2 ++ 60/data/categories.json | 1 + 60/data/packages.json | 1 + 60/data/suites.csv | 7 +++++++ 60/data/suites.json | 1 + 60/data/test-cases/35757710218746b6.json | 1 + 60/data/test-cases/4881dab424fc6388.json | 1 + 60/data/test-cases/4c6fcfef5c4b643a.json | 1 + 60/data/test-cases/6377da23f444f60.json | 1 + 60/data/test-cases/7ecd25baae7b01b6.json | 1 + 60/data/test-cases/cf8020530b51d383.json | 1 + 60/data/test-cases/eed3cbb5c9e82ede.json | 1 + 60/data/timeline.json | 1 + 60/export/influxDbData.txt | 12 ++++++++++++ {40 => 60}/export/mail.html | 0 60/export/prometheusData.txt | 12 ++++++++++++ {40 => 60}/favicon.ico | Bin 60/history/categories-trend.json | 1 + 60/history/duration-trend.json | 1 + 60/history/history-trend.json | 1 + 60/history/history.json | 1 + 60/history/retry-trend.json | 1 + {40 => 60}/index.html | 2 +- {40 => 60}/plugin/behaviors/index.js | 0 {40 => 60}/plugin/packages/index.js | 0 {40 => 60}/plugin/screen-diff/index.js | 0 {40 => 60}/plugin/screen-diff/styles.css | 0 {40 => 60}/styles.css | 0 60/widgets/behaviors.json | 1 + 60/widgets/categories-trend.json | 1 + 60/widgets/categories.json | 1 + 60/widgets/duration-trend.json | 1 + 60/widgets/duration.json | 1 + {40 => 60}/widgets/environment.json | 0 60/widgets/executors.json | 1 + 60/widgets/history-trend.json | 1 + {40 => 60}/widgets/launch.json | 0 60/widgets/retry-trend.json | 1 + 60/widgets/severity.json | 1 + 60/widgets/status-chart.json | 1 + {40 => 60}/widgets/suites.json | 0 60/widgets/summary.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 +- 82 files changed, 69 insertions(+), 64 deletions(-) delete mode 100644 40/data/behaviors.json delete mode 100644 40/data/categories.csv delete mode 100644 40/data/categories.json delete mode 100644 40/data/packages.json delete mode 100644 40/data/suites.csv delete mode 100644 40/data/suites.json delete mode 100644 40/data/test-cases/27bc6f92f9dffe4d.json delete mode 100644 40/data/test-cases/35d27466fe7da4f3.json delete mode 100644 40/data/test-cases/4f222b032c23f887.json delete mode 100644 40/data/test-cases/b5e18440bef9063e.json delete mode 100644 40/data/test-cases/c04c9641d280d13b.json delete mode 100644 40/data/test-cases/e69f62b66bcf2a18.json delete mode 100644 40/data/timeline.json delete mode 100644 40/export/influxDbData.txt delete mode 100644 40/export/prometheusData.txt delete mode 100644 40/history/categories-trend.json delete mode 100644 40/history/duration-trend.json delete mode 100644 40/history/history-trend.json delete mode 100644 40/history/history.json delete mode 100644 40/history/retry-trend.json delete mode 100644 40/widgets/behaviors.json delete mode 100644 40/widgets/categories-trend.json delete mode 100644 40/widgets/categories.json delete mode 100644 40/widgets/duration-trend.json delete mode 100644 40/widgets/duration.json delete mode 100644 40/widgets/executors.json delete mode 100644 40/widgets/history-trend.json delete mode 100644 40/widgets/retry-trend.json delete mode 100644 40/widgets/severity.json delete mode 100644 40/widgets/status-chart.json delete mode 100644 40/widgets/summary.json rename {40 => 60}/app.js (100%) rename {40 => 60}/data/behaviors.csv (54%) create mode 100644 60/data/behaviors.json create mode 100644 60/data/categories.csv create mode 100644 60/data/categories.json create mode 100644 60/data/packages.json create mode 100644 60/data/suites.csv create mode 100644 60/data/suites.json create mode 100644 60/data/test-cases/35757710218746b6.json create mode 100644 60/data/test-cases/4881dab424fc6388.json create mode 100644 60/data/test-cases/4c6fcfef5c4b643a.json create mode 100644 60/data/test-cases/6377da23f444f60.json create mode 100644 60/data/test-cases/7ecd25baae7b01b6.json create mode 100644 60/data/test-cases/cf8020530b51d383.json create mode 100644 60/data/test-cases/eed3cbb5c9e82ede.json create mode 100644 60/data/timeline.json create mode 100644 60/export/influxDbData.txt rename {40 => 60}/export/mail.html (100%) create mode 100644 60/export/prometheusData.txt rename {40 => 60}/favicon.ico (100%) create mode 100644 60/history/categories-trend.json create mode 100644 60/history/duration-trend.json create mode 100644 60/history/history-trend.json create mode 100644 60/history/history.json create mode 100644 60/history/retry-trend.json rename {40 => 60}/index.html (94%) rename {40 => 60}/plugin/behaviors/index.js (100%) rename {40 => 60}/plugin/packages/index.js (100%) rename {40 => 60}/plugin/screen-diff/index.js (100%) rename {40 => 60}/plugin/screen-diff/styles.css (100%) rename {40 => 60}/styles.css (100%) create mode 100644 60/widgets/behaviors.json create mode 100644 60/widgets/categories-trend.json create mode 100644 60/widgets/categories.json create mode 100644 60/widgets/duration-trend.json create mode 100644 60/widgets/duration.json rename {40 => 60}/widgets/environment.json (100%) create mode 100644 60/widgets/executors.json create mode 100644 60/widgets/history-trend.json rename {40 => 60}/widgets/launch.json (100%) create mode 100644 60/widgets/retry-trend.json create mode 100644 60/widgets/severity.json create mode 100644 60/widgets/status-chart.json rename {40 => 60}/widgets/suites.json (100%) create mode 100644 60/widgets/summary.json diff --git a/40/data/behaviors.json b/40/data/behaviors.json deleted file mode 100644 index 3f9f4cb8..00000000 --- a/40/data/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Test HTTP methods for a REST API","children":[{"name":"Test POST Call [post_payload_1.json]","uid":"4f222b032c23f887","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test POST Call [post_payload_2.json]","uid":"35d27466fe7da4f3","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"27bc6f92f9dffe4d","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"e69f62b66bcf2a18","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"b5e18440bef9063e","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c04c9641d280d13b","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a"}],"name":"behaviors"} \ No newline at end of file diff --git a/40/data/categories.csv b/40/data/categories.csv deleted file mode 100644 index e69de29b..00000000 diff --git a/40/data/categories.json b/40/data/categories.json deleted file mode 100644 index 58619be4..00000000 --- a/40/data/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/40/data/packages.json b/40/data/packages.json deleted file mode 100644 index a64cd44e..00000000 --- a/40/data/packages.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"Test POST Call [post_payload_1.json]","uid":"4f222b032c23f887","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test POST Call [post_payload_2.json]","uid":"35d27466fe7da4f3","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"27bc6f92f9dffe4d","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"e69f62b66bcf2a18","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"b5e18440bef9063e","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c04c9641d280d13b","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"packages"} \ No newline at end of file diff --git a/40/data/suites.csv b/40/data/suites.csv deleted file mode 100644 index b9179041..00000000 --- a/40/data/suites.csv +++ /dev/null @@ -1,7 +0,0 @@ -"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","18","","","","","","Test GET Call","" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","23","","","","","","Test POST Call [post_payload_2.json]","" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","30","","","","","","Test UPDATE call [put_payload_2.json]","" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","23","","","","","","Test DELETE Call","" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","33","","","","","","Test UPDATE call [put_payload_1.json]","" -"passed","Sat Mar 23 21:03:57 GMT 2024","Sat Mar 23 21:03:57 GMT 2024","125","","","","","","Test POST Call [post_payload_1.json]","" diff --git a/40/data/suites.json b/40/data/suites.json deleted file mode 100644 index 012b675a..00000000 --- a/40/data/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"Test POST Call [post_payload_1.json]","uid":"4f222b032c23f887","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test POST Call [post_payload_2.json]","uid":"35d27466fe7da4f3","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"27bc6f92f9dffe4d","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"e69f62b66bcf2a18","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"b5e18440bef9063e","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c04c9641d280d13b","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"suites"} \ No newline at end of file diff --git a/40/data/test-cases/27bc6f92f9dffe4d.json b/40/data/test-cases/27bc6f92f9dffe4d.json deleted file mode 100644 index 58da3bba..00000000 --- a/40/data/test-cases/27bc6f92f9dffe4d.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"27bc6f92f9dffe4d","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837717,"stop":1711227837717,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837717,"stop":1711227837717,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the GET endpoint to '/posts' for fetching posts","time":{"start":1711227837717,"stop":1711227837717,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a GET HTTP request","time":{"start":1711227837717,"stop":1711227837733,"duration":16},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'GET' to be '200'","time":{"start":1711227837733,"stop":1711227837733,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'GET' to be non-empty","time":{"start":1711227837733,"stop":1711227837734,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"27bc6f92f9dffe4d.json","parameterValues":[]} \ No newline at end of file diff --git a/40/data/test-cases/35d27466fe7da4f3.json b/40/data/test-cases/35d27466fe7da4f3.json deleted file mode 100644 index ea0b0c0a..00000000 --- a/40/data/test-cases/35d27466fe7da4f3.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"35d27466fe7da4f3","name":"Test POST Call [post_payload_2.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"67b6aa6480be3aa554bf91f530b1e8a5","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837689,"stop":1711227837689,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837690,"stop":1711227837690,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the POST endpoint to '/posts' for creating posts","time":{"start":1711227837690,"stop":1711227837690,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a POST HTTP request with 'post_payload_2.json'","time":{"start":1711227837691,"stop":1711227837711,"duration":20},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'POST' to be '201'","time":{"start":1711227837712,"stop":1711227837712,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'POST' to be non-empty","time":{"start":1711227837712,"stop":1711227837712,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"post_payload_2.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"35d27466fe7da4f3.json","parameterValues":["post_payload_2.json"]} \ No newline at end of file diff --git a/40/data/test-cases/4f222b032c23f887.json b/40/data/test-cases/4f222b032c23f887.json deleted file mode 100644 index 870b784a..00000000 --- a/40/data/test-cases/4f222b032c23f887.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"4f222b032c23f887","name":"Test POST Call [post_payload_1.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"d679b4702b34d0a0eb52253442f4ac90","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837558,"stop":1711227837558,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837558,"stop":1711227837558,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the POST endpoint to '/posts' for creating posts","time":{"start":1711227837558,"stop":1711227837559,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a POST HTTP request with 'post_payload_1.json'","time":{"start":1711227837559,"stop":1711227837680,"duration":121},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'POST' to be '201'","time":{"start":1711227837681,"stop":1711227837681,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'POST' to be non-empty","time":{"start":1711227837682,"stop":1711227837682,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"post_payload_1.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"4f222b032c23f887.json","parameterValues":["post_payload_1.json"]} \ No newline at end of file diff --git a/40/data/test-cases/b5e18440bef9063e.json b/40/data/test-cases/b5e18440bef9063e.json deleted file mode 100644 index b6e17e58..00000000 --- a/40/data/test-cases/b5e18440bef9063e.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"b5e18440bef9063e","name":"Test UPDATE call [put_payload_2.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"6e540e8673c9e8315c70a440ca2d056c","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837776,"stop":1711227837776,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837776,"stop":1711227837776,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the UPDATE endpoint to '/posts/1' for updating posts","time":{"start":1711227837777,"stop":1711227837777,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a PUT HTTP request with 'put_payload_2.json'","time":{"start":1711227837777,"stop":1711227837804,"duration":27},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'PUT' to be '200'","time":{"start":1711227837804,"stop":1711227837804,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'PUT' to be non-empty","time":{"start":1711227837804,"stop":1711227837805,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"put_payload_2.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"b5e18440bef9063e.json","parameterValues":["put_payload_2.json"]} \ No newline at end of file diff --git a/40/data/test-cases/c04c9641d280d13b.json b/40/data/test-cases/c04c9641d280d13b.json deleted file mode 100644 index b3c597f1..00000000 --- a/40/data/test-cases/c04c9641d280d13b.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"c04c9641d280d13b","name":"Test DELETE Call","fullName":"api/api_tests.feature:Test DELETE Call","historyId":"ca04710a3832670638db92149fa7dd33","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837810,"stop":1711227837810,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837810,"stop":1711227837810,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the DELETE endpoint to '/posts/1' for deleting posts","time":{"start":1711227837810,"stop":1711227837810,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a DELETE HTTP request","time":{"start":1711227837811,"stop":1711227837831,"duration":20},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'DELETE' to be '200'","time":{"start":1711227837832,"stop":1711227837832,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'DELETE' to be empty","time":{"start":1711227837832,"stop":1711227837832,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"c04c9641d280d13b.json","parameterValues":[]} \ No newline at end of file diff --git a/40/data/test-cases/e69f62b66bcf2a18.json b/40/data/test-cases/e69f62b66bcf2a18.json deleted file mode 100644 index f8d43250..00000000 --- a/40/data/test-cases/e69f62b66bcf2a18.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"e69f62b66bcf2a18","name":"Test UPDATE call [put_payload_1.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"0332700ce8130763289fbde98b553996","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1711227837737,"stop":1711227837738,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1711227837738,"stop":1711227837738,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the UPDATE endpoint to '/posts/1' for updating posts","time":{"start":1711227837738,"stop":1711227837739,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a PUT HTTP request with 'put_payload_1.json'","time":{"start":1711227837739,"stop":1711227837769,"duration":30},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'PUT' to be '200'","time":{"start":1711227837770,"stop":1711227837770,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'PUT' to be non-empty","time":{"start":1711227837770,"stop":1711227837770,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az613-324"},{"name":"thread","value":"2538-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"put_payload_1.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"e69f62b66bcf2a18.json","parameterValues":["put_payload_1.json"]} \ No newline at end of file diff --git a/40/data/timeline.json b/40/data/timeline.json deleted file mode 100644 index 4bbefaf6..00000000 --- a/40/data/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az613-324","children":[{"name":"2538-MainThread","children":[{"name":"Test DELETE Call","uid":"c04c9641d280d13b","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"e69f62b66bcf2a18","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test GET Call","uid":"27bc6f92f9dffe4d","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"4f222b032c23f887","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"b5e18440bef9063e","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test POST Call [post_payload_2.json]","uid":"35d27466fe7da4f3","parentUid":"1cc376d8324e62499087fd1c9a2dc56d","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]}],"uid":"1cc376d8324e62499087fd1c9a2dc56d"}],"uid":"6ba961333456f2fe4c3297024bffe4b1"}],"name":"timeline"} \ No newline at end of file diff --git a/40/export/influxDbData.txt b/40/export/influxDbData.txt deleted file mode 100644 index b1d0d275..00000000 --- a/40/export/influxDbData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status failed=0 1711227849000000000 -launch_status broken=0 1711227849000000000 -launch_status passed=6 1711227849000000000 -launch_status skipped=0 1711227849000000000 -launch_status unknown=0 1711227849000000000 -launch_time duration=275 1711227849000000000 -launch_time min_duration=18 1711227849000000000 -launch_time max_duration=125 1711227849000000000 -launch_time sum_duration=252 1711227849000000000 -launch_retries retries=0 1711227849000000000 -launch_retries run=6 1711227849000000000 diff --git a/40/export/prometheusData.txt b/40/export/prometheusData.txt deleted file mode 100644 index 21dd4bab..00000000 --- a/40/export/prometheusData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status_failed 0 -launch_status_broken 0 -launch_status_passed 6 -launch_status_skipped 0 -launch_status_unknown 0 -launch_time_duration 275 -launch_time_min_duration 18 -launch_time_max_duration 125 -launch_time_sum_duration 252 -launch_retries_retries 0 -launch_retries_run 6 diff --git a/40/history/categories-trend.json b/40/history/categories-trend.json deleted file mode 100644 index 7d21266f..00000000 --- a/40/history/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/40/history/duration-trend.json b/40/history/duration-trend.json deleted file mode 100644 index d585c94f..00000000 --- a/40/history/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"duration":275}},{"data":{}}] \ No newline at end of file diff --git a/40/history/history-trend.json b/40/history/history-trend.json deleted file mode 100644 index ca8b35ca..00000000 --- a/40/history/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/40/history/history.json b/40/history/history.json deleted file mode 100644 index 689d7094..00000000 --- a/40/history/history.json +++ /dev/null @@ -1 +0,0 @@ -{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"b5e18440bef9063e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/b5e18440bef9063e","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30}}]},"d679b4702b34d0a0eb52253442f4ac90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"4f222b032c23f887","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/4f222b032c23f887","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125}}]},"67b6aa6480be3aa554bf91f530b1e8a5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"35d27466fe7da4f3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/35d27466fe7da4f3","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23}}]},"ca04710a3832670638db92149fa7dd33":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c04c9641d280d13b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/c04c9641d280d13b","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23}}]},"0332700ce8130763289fbde98b553996":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"e69f62b66bcf2a18","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/e69f62b66bcf2a18","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33}}]},"198a0ff6abf3205fc1cabaf617ffa39d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"27bc6f92f9dffe4d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/27bc6f92f9dffe4d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18}}]}} \ No newline at end of file diff --git a/40/history/retry-trend.json b/40/history/retry-trend.json deleted file mode 100644 index b95d00a3..00000000 --- a/40/history/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/40/widgets/behaviors.json b/40/widgets/behaviors.json deleted file mode 100644 index 369eb8bb..00000000 --- a/40/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":1,"items":[{"uid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","name":"Test HTTP methods for a REST API","statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}}]} \ No newline at end of file diff --git a/40/widgets/categories-trend.json b/40/widgets/categories-trend.json deleted file mode 100644 index 7d21266f..00000000 --- a/40/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/40/widgets/categories.json b/40/widgets/categories.json deleted file mode 100644 index a527ade7..00000000 --- a/40/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/40/widgets/duration-trend.json b/40/widgets/duration-trend.json deleted file mode 100644 index d585c94f..00000000 --- a/40/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"duration":275}},{"data":{}}] \ No newline at end of file diff --git a/40/widgets/duration.json b/40/widgets/duration.json deleted file mode 100644 index 8868a30b..00000000 --- a/40/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"27bc6f92f9dffe4d","name":"Test GET Call","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"status":"passed","severity":"normal"},{"uid":"35d27466fe7da4f3","name":"Test POST Call [post_payload_2.json]","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"status":"passed","severity":"normal"},{"uid":"b5e18440bef9063e","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"status":"passed","severity":"normal"},{"uid":"c04c9641d280d13b","name":"Test DELETE Call","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"status":"passed","severity":"normal"},{"uid":"e69f62b66bcf2a18","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"status":"passed","severity":"normal"},{"uid":"4f222b032c23f887","name":"Test POST Call [post_payload_1.json]","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/40/widgets/executors.json b/40/widgets/executors.json deleted file mode 100644 index 836b87f0..00000000 --- a/40/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://tweag.github.io/pytest-automation-boilerplate","buildOrder":40,"buildName":"GitHub Actions Run #8404455815","buildUrl":"https://github.com/tweag/pytest-automation-boilerplate/actions/runs/8404455815","reportName":"Allure Report with history","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/"}] \ No newline at end of file diff --git a/40/widgets/history-trend.json b/40/widgets/history-trend.json deleted file mode 100644 index ca8b35ca..00000000 --- a/40/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/40/widgets/retry-trend.json b/40/widgets/retry-trend.json deleted file mode 100644 index b95d00a3..00000000 --- a/40/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/40/widgets/severity.json b/40/widgets/severity.json deleted file mode 100644 index a55543b5..00000000 --- a/40/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"35d27466fe7da4f3","name":"Test POST Call [post_payload_2.json]","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"status":"passed","severity":"normal"},{"uid":"c04c9641d280d13b","name":"Test DELETE Call","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"status":"passed","severity":"normal"},{"uid":"27bc6f92f9dffe4d","name":"Test GET Call","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"status":"passed","severity":"normal"},{"uid":"4f222b032c23f887","name":"Test POST Call [post_payload_1.json]","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"status":"passed","severity":"normal"},{"uid":"e69f62b66bcf2a18","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"status":"passed","severity":"normal"},{"uid":"b5e18440bef9063e","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/40/widgets/status-chart.json b/40/widgets/status-chart.json deleted file mode 100644 index 8868a30b..00000000 --- a/40/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"27bc6f92f9dffe4d","name":"Test GET Call","time":{"start":1711227837716,"stop":1711227837734,"duration":18},"status":"passed","severity":"normal"},{"uid":"35d27466fe7da4f3","name":"Test POST Call [post_payload_2.json]","time":{"start":1711227837689,"stop":1711227837712,"duration":23},"status":"passed","severity":"normal"},{"uid":"b5e18440bef9063e","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711227837775,"stop":1711227837805,"duration":30},"status":"passed","severity":"normal"},{"uid":"c04c9641d280d13b","name":"Test DELETE Call","time":{"start":1711227837809,"stop":1711227837832,"duration":23},"status":"passed","severity":"normal"},{"uid":"e69f62b66bcf2a18","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711227837737,"stop":1711227837770,"duration":33},"status":"passed","severity":"normal"},{"uid":"4f222b032c23f887","name":"Test POST Call [post_payload_1.json]","time":{"start":1711227837557,"stop":1711227837682,"duration":125},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/40/widgets/summary.json b/40/widgets/summary.json deleted file mode 100644 index cf6f4606..00000000 --- a/40/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"time":{"start":1711227837557,"stop":1711227837832,"duration":275,"minDuration":18,"maxDuration":125,"sumDuration":252}} \ No newline at end of file diff --git a/40/app.js b/60/app.js similarity index 100% rename from 40/app.js rename to 60/app.js diff --git a/40/data/behaviors.csv b/60/data/behaviors.csv similarity index 54% rename from 40/data/behaviors.csv rename to 60/data/behaviors.csv index 9b0bad34..4ada8645 100644 --- a/40/data/behaviors.csv +++ b/60/data/behaviors.csv @@ -1,2 +1,2 @@ "Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","Test HTTP methods for a REST API","","0","0","6","0","0" +"","Test HTTP methods for a REST API","","1","0","5","0","0" diff --git a/60/data/behaviors.json b/60/data/behaviors.json new file mode 100644 index 00000000..8b4d748d --- /dev/null +++ b/60/data/behaviors.json @@ -0,0 +1 @@ +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Test HTTP methods for a REST API","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"35757710218746b6","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"cf8020530b51d383","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"eed3cbb5c9e82ede","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"4881dab424fc6388","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"6377da23f444f60","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"4c6fcfef5c4b643a","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"failed","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a"}],"name":"behaviors"} \ No newline at end of file diff --git a/60/data/categories.csv b/60/data/categories.csv new file mode 100644 index 00000000..320df48c --- /dev/null +++ b/60/data/categories.csv @@ -0,0 +1,2 @@ +"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" +"Product defects","1","0","0","0","0" diff --git a/60/data/categories.json b/60/data/categories.json new file mode 100644 index 00000000..c85a2fb8 --- /dev/null +++ b/60/data/categories.json @@ -0,0 +1 @@ +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Product defects","children":[{"name":"AssertionError: Expected <200> to be equal to <2000>, but was not.","children":[{"name":"Test GET Call","uid":"4c6fcfef5c4b643a","parentUid":"832d54c66a6d73d27f13c4f0522c348b","status":"failed","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"832d54c66a6d73d27f13c4f0522c348b"}],"uid":"8fb3a91ba5aaf9de24cc8a92edc82b5d"}],"name":"categories"} \ No newline at end of file diff --git a/60/data/packages.json b/60/data/packages.json new file mode 100644 index 00000000..8c059866 --- /dev/null +++ b/60/data/packages.json @@ -0,0 +1 @@ +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"35757710218746b6","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"cf8020530b51d383","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"eed3cbb5c9e82ede","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"4881dab424fc6388","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"6377da23f444f60","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"4c6fcfef5c4b643a","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"failed","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"packages"} \ No newline at end of file diff --git a/60/data/suites.csv b/60/data/suites.csv new file mode 100644 index 00000000..9625386e --- /dev/null +++ b/60/data/suites.csv @@ -0,0 +1,7 @@ +"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" +"failed","Tue Apr 09 21:03:25 GMT 2024","Tue Apr 09 21:03:26 GMT 2024","42","","","","","","Test GET Call","" +"passed","Tue Apr 09 21:03:23 GMT 2024","Tue Apr 09 21:03:24 GMT 2024","142","","","","","","Test UPDATE call [put_payload_2.json]","" +"passed","Tue Apr 09 21:03:23 GMT 2024","Tue Apr 09 21:03:23 GMT 2024","383","","","","","","Test POST Call [post_payload_2.json]","" +"passed","Tue Apr 09 21:03:23 GMT 2024","Tue Apr 09 21:03:24 GMT 2024","276","","","","","","Test UPDATE call [put_payload_1.json]","" +"passed","Tue Apr 09 21:03:23 GMT 2024","Tue Apr 09 21:03:23 GMT 2024","89","","","","","","Test DELETE Call","" +"passed","Tue Apr 09 21:03:23 GMT 2024","Tue Apr 09 21:03:23 GMT 2024","373","","","","","","Test POST Call [post_payload_1.json]","" diff --git a/60/data/suites.json b/60/data/suites.json new file mode 100644 index 00000000..81e72c15 --- /dev/null +++ b/60/data/suites.json @@ -0,0 +1 @@ +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"35757710218746b6","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"cf8020530b51d383","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"eed3cbb5c9e82ede","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"4881dab424fc6388","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"6377da23f444f60","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"4c6fcfef5c4b643a","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"failed","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"suites"} \ No newline at end of file diff --git a/60/data/test-cases/35757710218746b6.json b/60/data/test-cases/35757710218746b6.json new file mode 100644 index 00000000..f19343f5 --- /dev/null +++ b/60/data/test-cases/35757710218746b6.json @@ -0,0 +1 @@ +{"uid":"35757710218746b6","name":"Test POST Call [post_payload_2.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"67b6aa6480be3aa554bf91f530b1e8a5","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603501,"stop":1712696603501,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603501,"stop":1712696603501,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the POST endpoint to '/posts' for creating posts","time":{"start":1712696603502,"stop":1712696603502,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a POST HTTP request with 'post_payload_2.json'","time":{"start":1712696603502,"stop":1712696603883,"duration":381},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'POST' to be '201'","time":{"start":1712696603883,"stop":1712696603884,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'POST' to be non-empty","time":{"start":1712696603884,"stop":1712696603884,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2350-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"post_payload_2.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"b07ab0426201d428","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/b07ab0426201d428","status":"passed","time":{"start":1712610194979,"stop":1712610195174,"duration":195}},{"uid":"4edb98a3c5f95182","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/4edb98a3c5f95182","status":"passed","time":{"start":1712524087800,"stop":1712524088153,"duration":353}},{"uid":"e8f7f01ee59265b8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e8f7f01ee59265b8","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378}},{"uid":"4e497a47bd4bfa82","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/4e497a47bd4bfa82","status":"passed","time":{"start":1712350983741,"stop":1712350983898,"duration":157}},{"uid":"86e08d6edc2ee646","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/86e08d6edc2ee646","status":"passed","time":{"start":1712264597314,"stop":1712264597624,"duration":310}},{"uid":"e005705e7b9f943a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/e005705e7b9f943a","status":"passed","time":{"start":1712178197043,"stop":1712178197222,"duration":179}},{"uid":"bafdc592bc2d325b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/bafdc592bc2d325b","status":"passed","time":{"start":1712091823954,"stop":1712091824179,"duration":225}},{"uid":"b51c6f7a3edf8ec8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/b51c6f7a3edf8ec8","status":"passed","time":{"start":1712005384377,"stop":1712005384555,"duration":178}},{"uid":"841e840ebf66f7b0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/841e840ebf66f7b0","status":"passed","time":{"start":1711919276749,"stop":1711919277042,"duration":293}},{"uid":"1318ab4593e08f6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/1318ab4593e08f6","status":"passed","time":{"start":1711832880547,"stop":1711832880837,"duration":290}},{"uid":"9c2973548039aa9c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/9c2973548039aa9c","status":"passed","time":{"start":1711746174956,"stop":1711746175176,"duration":220}},{"uid":"167a4beb0581b514","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/167a4beb0581b514","status":"passed","time":{"start":1711659777440,"stop":1711659777535,"duration":95}},{"uid":"c23e08cc53d77779","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/c23e08cc53d77779","status":"passed","time":{"start":1711573391765,"stop":1711573391937,"duration":172}},{"uid":"a174de6f99c39dc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/a174de6f99c39dc5","status":"passed","time":{"start":1711536607512,"stop":1711536607805,"duration":293}},{"uid":"af7fcdd3b92514f0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/af7fcdd3b92514f0","status":"passed","time":{"start":1711529411867,"stop":1711529411994,"duration":127}},{"uid":"e2932ad03a436749","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/e2932ad03a436749","status":"passed","time":{"start":1711487002795,"stop":1711487002830,"duration":35}},{"uid":"a74e81092a9c6473","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/a74e81092a9c6473","status":"passed","time":{"start":1711400583544,"stop":1711400583575,"duration":31}},{"uid":"dcf89e98d4020474","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/dcf89e98d4020474","status":"passed","time":{"start":1711314196744,"stop":1711314196795,"duration":51}},{"uid":"35d27466fe7da4f3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/35d27466fe7da4f3","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23}}]},"tags":[]},"source":"35757710218746b6.json","parameterValues":["post_payload_2.json"]} \ No newline at end of file diff --git a/60/data/test-cases/4881dab424fc6388.json b/60/data/test-cases/4881dab424fc6388.json new file mode 100644 index 00000000..04b78fd4 --- /dev/null +++ b/60/data/test-cases/4881dab424fc6388.json @@ -0,0 +1 @@ +{"uid":"4881dab424fc6388","name":"Test UPDATE call [put_payload_1.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"0332700ce8130763289fbde98b553996","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603901,"stop":1712696603901,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603901,"stop":1712696603901,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the UPDATE endpoint to '/posts/1' for updating posts","time":{"start":1712696603901,"stop":1712696603902,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a PUT HTTP request with 'put_payload_1.json'","time":{"start":1712696603902,"stop":1712696604175,"duration":273},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'PUT' to be '200'","time":{"start":1712696604176,"stop":1712696604176,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'PUT' to be non-empty","time":{"start":1712696604176,"stop":1712696604176,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2347-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"put_payload_1.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"14f5d5d618aa5ba0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/14f5d5d618aa5ba0","status":"passed","time":{"start":1712610195196,"stop":1712610195337,"duration":141}},{"uid":"6023ea7919fb56b4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/6023ea7919fb56b4","status":"passed","time":{"start":1712524088144,"stop":1712524088437,"duration":293}},{"uid":"a2b30cf799f22d4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/a2b30cf799f22d4b","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262}},{"uid":"60289363a837c085","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/60289363a837c085","status":"passed","time":{"start":1712350983921,"stop":1712350984069,"duration":148}},{"uid":"5aaa9b9d8c8e6589","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/5aaa9b9d8c8e6589","status":"passed","time":{"start":1712264597641,"stop":1712264597922,"duration":281}},{"uid":"d81f01fe9990da7a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/d81f01fe9990da7a","status":"passed","time":{"start":1712178197221,"stop":1712178197459,"duration":238}},{"uid":"715e4197ba29da8f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/715e4197ba29da8f","status":"passed","time":{"start":1712091824124,"stop":1712091824265,"duration":141}},{"uid":"362b14a52612e73b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/362b14a52612e73b","status":"passed","time":{"start":1712005384568,"stop":1712005384703,"duration":135}},{"uid":"5b08278c9c9ebaf2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5b08278c9c9ebaf2","status":"passed","time":{"start":1711919276949,"stop":1711919277227,"duration":278}},{"uid":"4edf84dfcd5476cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/4edf84dfcd5476cd","status":"passed","time":{"start":1711832880766,"stop":1711832881028,"duration":262}},{"uid":"bf0e06c76250286c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bf0e06c76250286c","status":"passed","time":{"start":1711746175185,"stop":1711746175284,"duration":99}},{"uid":"cd078ba7404141ea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/cd078ba7404141ea","status":"passed","time":{"start":1711659777504,"stop":1711659777629,"duration":125}},{"uid":"d961b4650a51c560","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d961b4650a51c560","status":"passed","time":{"start":1711573391956,"stop":1711573392058,"duration":102}},{"uid":"cea30bb085104e3c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cea30bb085104e3c","status":"passed","time":{"start":1711536607987,"stop":1711536608269,"duration":282}},{"uid":"a977952ff4f1e565","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/a977952ff4f1e565","status":"passed","time":{"start":1711529412045,"stop":1711529412075,"duration":30}},{"uid":"f62ef3ba75952c0d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/f62ef3ba75952c0d","status":"passed","time":{"start":1711487002865,"stop":1711487002925,"duration":60}},{"uid":"590966ffac6bb4df","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/590966ffac6bb4df","status":"passed","time":{"start":1711400583605,"stop":1711400583674,"duration":69}},{"uid":"ac9100de6ac4cb5c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ac9100de6ac4cb5c","status":"passed","time":{"start":1711314196828,"stop":1711314196935,"duration":107}},{"uid":"e69f62b66bcf2a18","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/e69f62b66bcf2a18","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33}}]},"tags":[]},"source":"4881dab424fc6388.json","parameterValues":["put_payload_1.json"]} \ No newline at end of file diff --git a/60/data/test-cases/4c6fcfef5c4b643a.json b/60/data/test-cases/4c6fcfef5c4b643a.json new file mode 100644 index 00000000..b33b6c67 --- /dev/null +++ b/60/data/test-cases/4c6fcfef5c4b643a.json @@ -0,0 +1 @@ +{"uid":"4c6fcfef5c4b643a","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"status":"failed","statusMessage":"AssertionError: Expected <200> to be equal to <2000>, but was not.","statusTrace":"request = >\n_pytest_bdd_example = {}\n\n @pytest.mark.usefixtures(*func_args)\n def scenario_wrapper(request: FixtureRequest, _pytest_bdd_example: dict[str, str]) -> Any:\n scenario = templated_scenario.render(_pytest_bdd_example)\n> _execute_scenario(feature, scenario, request)\n\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:187: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:157: in _execute_scenario\n _execute_step_function(request, scenario, step, step_func)\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:127: in _execute_step_function\n return_value = call_fixture_func(fixturefunc=step_func, request=request, kwargs=kwargs)\n../../../.bp-venv/lib/python3.9/site-packages/_pytest/fixtures.py:932: in call_fixture_func\n fixture_result = fixturefunc(**kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ncontext = {'get_response': [{'body': 'quia et suscipit\\nsuscipit recusandae consequuntur expedita et cum\\nreprehenderit molestia...oremque molestiae', 'id': 6, 'title': 'dolorem eum magni eos aperiam quia', 'userId': 1}, ...], 'get_status_code': 200}\nrequest_type = 'GET', status_code = 2000\n\n @then(parsers.re(\"I expect the HTTP response code of '(?P.*)' to be '(?P.*)'\"),\n converters=dict(status_code=int, request_type=str))\n def validate_status_code(context, request_type, status_code):\n if request_type == \"POST\":\n assert_that(context[\"post_status_code\"]).is_equal_to(status_code)\n elif request_type == \"GET\":\n> assert_that(context[\"get_status_code\"]).is_equal_to(status_code)\nE AssertionError: Expected <200> to be equal to <2000>, but was not.\n\nfrontend/test_project/step_definitions/shared_steps/api_assertions.py:11: AssertionError","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":1,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"failed","statusMessage":"AssertionError: Expected <200> to be equal to <2000>, but was not.","statusTrace":"request = >\n_pytest_bdd_example = {}\n\n @pytest.mark.usefixtures(*func_args)\n def scenario_wrapper(request: FixtureRequest, _pytest_bdd_example: dict[str, str]) -> Any:\n scenario = templated_scenario.render(_pytest_bdd_example)\n> _execute_scenario(feature, scenario, request)\n\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:187: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:157: in _execute_scenario\n _execute_step_function(request, scenario, step, step_func)\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:127: in _execute_step_function\n return_value = call_fixture_func(fixturefunc=step_func, request=request, kwargs=kwargs)\n../../../.bp-venv/lib/python3.9/site-packages/_pytest/fixtures.py:932: in call_fixture_func\n fixture_result = fixturefunc(**kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ncontext = {'get_response': [{'body': 'quia et suscipit\\nsuscipit recusandae consequuntur expedita et cum\\nreprehenderit molestia...oremque molestiae', 'id': 6, 'title': 'dolorem eum magni eos aperiam quia', 'userId': 1}, ...], 'get_status_code': 200}\nrequest_type = 'GET', status_code = 2000\n\n @then(parsers.re(\"I expect the HTTP response code of '(?P.*)' to be '(?P.*)'\"),\n converters=dict(status_code=int, request_type=str))\n def validate_status_code(context, request_type, status_code):\n if request_type == \"POST\":\n assert_that(context[\"post_status_code\"]).is_equal_to(status_code)\n elif request_type == \"GET\":\n> assert_that(context[\"get_status_code\"]).is_equal_to(status_code)\nE AssertionError: Expected <200> to be equal to <2000>, but was not.\n\nfrontend/test_project/step_definitions/shared_steps/api_assertions.py:11: AssertionError","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696605973,"stop":1712696605973,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696605973,"stop":1712696605973,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the GET endpoint to '/posts' for fetching posts","time":{"start":1712696605973,"stop":1712696605973,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a GET HTTP request","time":{"start":1712696605973,"stop":1712696606013,"duration":40},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'GET' to be '2000'","time":{"start":1712696606014,"stop":1712696606014,"duration":0},"status":"failed","statusMessage":"Expected <200> to be equal to <2000>, but was not.","statusTrace":"AssertionError: Expected <200> to be equal to <2000>, but was not.\n","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":0,"attachmentsCount":0,"hasContent":true}],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":5,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2390-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[{"uid":"7ecd25baae7b01b6","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712696603498,"stop":1712696603763,"duration":265}}],"categories":[{"name":"Product defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":7,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":20},"items":[{"uid":"8fc5f51068ea4c44","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/8fc5f51068ea4c44","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712610197341,"stop":1712610197365,"duration":24}},{"uid":"60c40f06dcd88a1c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/60c40f06dcd88a1c","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712524090088,"stop":1712524090107,"duration":19}},{"uid":"e141b288d14c5d72","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e141b288d14c5d72","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712437659426,"stop":1712437659440,"duration":14}},{"uid":"8a3b5eb1ba9489ed","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/8a3b5eb1ba9489ed","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712350986125,"stop":1712350986156,"duration":31}},{"uid":"79323e898e87526e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/79323e898e87526e","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712264599695,"stop":1712264599709,"duration":14}},{"uid":"50a894cb0f19c3cf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/50a894cb0f19c3cf","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712178199407,"stop":1712178199432,"duration":25}},{"uid":"e366ae5b6bb85fe3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/e366ae5b6bb85fe3","status":"passed","time":{"start":1712091823935,"stop":1712091824082,"duration":147}},{"uid":"71597eff4a2c34f8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/71597eff4a2c34f8","status":"passed","time":{"start":1712005384363,"stop":1712005384531,"duration":168}},{"uid":"e8d23483e15a1fea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/e8d23483e15a1fea","status":"passed","time":{"start":1711919276719,"stop":1711919276775,"duration":56}},{"uid":"20197841e4661dd8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/20197841e4661dd8","status":"passed","time":{"start":1711832880607,"stop":1711832880701,"duration":94}},{"uid":"d5f234a580262ae7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/d5f234a580262ae7","status":"passed","time":{"start":1711746174943,"stop":1711746175154,"duration":211}},{"uid":"72b733254ec65733","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/72b733254ec65733","status":"passed","time":{"start":1711659777470,"stop":1711659777618,"duration":148}},{"uid":"324ccef04f09a3e4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/324ccef04f09a3e4","status":"passed","time":{"start":1711573391755,"stop":1711573391896,"duration":141}},{"uid":"e0cdd46ec5fdd0f7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/e0cdd46ec5fdd0f7","status":"passed","time":{"start":1711536607471,"stop":1711536607544,"duration":73}},{"uid":"b1d16d3332b32dd5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/b1d16d3332b32dd5","status":"passed","time":{"start":1711529412003,"stop":1711529412019,"duration":16}},{"uid":"1d2d7723e5a3cd0f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/1d2d7723e5a3cd0f","status":"passed","time":{"start":1711487002833,"stop":1711487002862,"duration":29}},{"uid":"c316be632f87c981","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/c316be632f87c981","status":"passed","time":{"start":1711400583578,"stop":1711400583602,"duration":24}},{"uid":"8e9475294f538b62","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/8e9475294f538b62","status":"passed","time":{"start":1711314196798,"stop":1711314196824,"duration":26}},{"uid":"27bc6f92f9dffe4d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/27bc6f92f9dffe4d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18}}]},"tags":[]},"source":"4c6fcfef5c4b643a.json","parameterValues":[]} \ No newline at end of file diff --git a/60/data/test-cases/6377da23f444f60.json b/60/data/test-cases/6377da23f444f60.json new file mode 100644 index 00000000..fcfe71e5 --- /dev/null +++ b/60/data/test-cases/6377da23f444f60.json @@ -0,0 +1 @@ +{"uid":"6377da23f444f60","name":"Test UPDATE call [put_payload_2.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"6e540e8673c9e8315c70a440ca2d056c","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603912,"stop":1712696603912,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603912,"stop":1712696603913,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the UPDATE endpoint to '/posts/1' for updating posts","time":{"start":1712696603913,"stop":1712696603913,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a PUT HTTP request with 'put_payload_2.json'","time":{"start":1712696603913,"stop":1712696604053,"duration":140},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'PUT' to be '200'","time":{"start":1712696604053,"stop":1712696604053,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'PUT' to be non-empty","time":{"start":1712696604054,"stop":1712696604054,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2360-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"put_payload_2.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"3c3f186f6a0a4d7d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/3c3f186f6a0a4d7d","status":"passed","time":{"start":1712610195178,"stop":1712610195236,"duration":58}},{"uid":"b5517cd932d67411","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/b5517cd932d67411","status":"passed","time":{"start":1712524088142,"stop":1712524088390,"duration":248}},{"uid":"7a8b63ab8860b108","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/7a8b63ab8860b108","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236}},{"uid":"bd0f8530b10d5c8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/bd0f8530b10d5c8","status":"passed","time":{"start":1712350983907,"stop":1712350983972,"duration":65}},{"uid":"71a9fdc834aaeba5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/71a9fdc834aaeba5","status":"passed","time":{"start":1712264597603,"stop":1712264597860,"duration":257}},{"uid":"6b64872f0fa78ad9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/6b64872f0fa78ad9","status":"passed","time":{"start":1712178197325,"stop":1712178197461,"duration":136}},{"uid":"1c01d88fdcb31ac6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/1c01d88fdcb31ac6","status":"passed","time":{"start":1712091824116,"stop":1712091824238,"duration":122}},{"uid":"f010fd51bb073f58","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/f010fd51bb073f58","status":"passed","time":{"start":1712005384578,"stop":1712005384615,"duration":37}},{"uid":"a08f91662d2b1149","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/a08f91662d2b1149","status":"passed","time":{"start":1711919276805,"stop":1711919277032,"duration":227}},{"uid":"c8f33f3b92f5e862","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/c8f33f3b92f5e862","status":"passed","time":{"start":1711832880917,"stop":1711832881144,"duration":227}},{"uid":"bef3e0c3c0fdca43","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bef3e0c3c0fdca43","status":"passed","time":{"start":1711746175192,"stop":1711746175253,"duration":61}},{"uid":"14e0de4ef4e8e440","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/14e0de4ef4e8e440","status":"passed","time":{"start":1711659777639,"stop":1711659777674,"duration":35}},{"uid":"d6ec3c411a6a4f4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d6ec3c411a6a4f4b","status":"passed","time":{"start":1711573391957,"stop":1711573391997,"duration":40}},{"uid":"9290d90718310b52","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/9290d90718310b52","status":"passed","time":{"start":1711536607946,"stop":1711536608198,"duration":252}},{"uid":"2373f4d9cf3b80cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/2373f4d9cf3b80cd","status":"passed","time":{"start":1711529412094,"stop":1711529412124,"duration":30}},{"uid":"c4c76c890b702f7c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/c4c76c890b702f7c","status":"passed","time":{"start":1711487002928,"stop":1711487002981,"duration":53}},{"uid":"6e3d724fa115e86a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6e3d724fa115e86a","status":"passed","time":{"start":1711400583677,"stop":1711400583710,"duration":33}},{"uid":"b68828ca412ec421","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/b68828ca412ec421","status":"passed","time":{"start":1711314196938,"stop":1711314196988,"duration":50}},{"uid":"b5e18440bef9063e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/b5e18440bef9063e","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30}}]},"tags":[]},"source":"6377da23f444f60.json","parameterValues":["put_payload_2.json"]} \ No newline at end of file diff --git a/60/data/test-cases/7ecd25baae7b01b6.json b/60/data/test-cases/7ecd25baae7b01b6.json new file mode 100644 index 00000000..fce69454 --- /dev/null +++ b/60/data/test-cases/7ecd25baae7b01b6.json @@ -0,0 +1 @@ +{"uid":"7ecd25baae7b01b6","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1712696603498,"stop":1712696603763,"duration":265},"status":"failed","statusMessage":"AssertionError: Expected <200> to be equal to <2000>, but was not.","statusTrace":"request = >\n_pytest_bdd_example = {}\n\n @pytest.mark.usefixtures(*func_args)\n def scenario_wrapper(request: FixtureRequest, _pytest_bdd_example: dict[str, str]) -> Any:\n scenario = templated_scenario.render(_pytest_bdd_example)\n> _execute_scenario(feature, scenario, request)\n\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:187: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:157: in _execute_scenario\n _execute_step_function(request, scenario, step, step_func)\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:127: in _execute_step_function\n return_value = call_fixture_func(fixturefunc=step_func, request=request, kwargs=kwargs)\n../../../.bp-venv/lib/python3.9/site-packages/_pytest/fixtures.py:932: in call_fixture_func\n fixture_result = fixturefunc(**kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ncontext = {'get_response': [{'body': 'quia et suscipit\\nsuscipit recusandae consequuntur expedita et cum\\nreprehenderit molestia...oremque molestiae', 'id': 6, 'title': 'dolorem eum magni eos aperiam quia', 'userId': 1}, ...], 'get_status_code': 200}\nrequest_type = 'GET', status_code = 2000\n\n @then(parsers.re(\"I expect the HTTP response code of '(?P.*)' to be '(?P.*)'\"),\n converters=dict(status_code=int, request_type=str))\n def validate_status_code(context, request_type, status_code):\n if request_type == \"POST\":\n assert_that(context[\"post_status_code\"]).is_equal_to(status_code)\n elif request_type == \"GET\":\n> assert_that(context[\"get_status_code\"]).is_equal_to(status_code)\nE AssertionError: Expected <200> to be equal to <2000>, but was not.\n\nfrontend/test_project/step_definitions/shared_steps/api_assertions.py:11: AssertionError","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"failed","statusMessage":"AssertionError: Expected <200> to be equal to <2000>, but was not.","statusTrace":"request = >\n_pytest_bdd_example = {}\n\n @pytest.mark.usefixtures(*func_args)\n def scenario_wrapper(request: FixtureRequest, _pytest_bdd_example: dict[str, str]) -> Any:\n scenario = templated_scenario.render(_pytest_bdd_example)\n> _execute_scenario(feature, scenario, request)\n\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:187: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:157: in _execute_scenario\n _execute_step_function(request, scenario, step, step_func)\n../../../.bp-venv/lib/python3.9/site-packages/pytest_bdd/scenario.py:127: in _execute_step_function\n return_value = call_fixture_func(fixturefunc=step_func, request=request, kwargs=kwargs)\n../../../.bp-venv/lib/python3.9/site-packages/_pytest/fixtures.py:932: in call_fixture_func\n fixture_result = fixturefunc(**kwargs)\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\ncontext = {'get_response': [{'body': 'quia et suscipit\\nsuscipit recusandae consequuntur expedita et cum\\nreprehenderit molestia...oremque molestiae', 'id': 6, 'title': 'dolorem eum magni eos aperiam quia', 'userId': 1}, ...], 'get_status_code': 200}\nrequest_type = 'GET', status_code = 2000\n\n @then(parsers.re(\"I expect the HTTP response code of '(?P.*)' to be '(?P.*)'\"),\n converters=dict(status_code=int, request_type=str))\n def validate_status_code(context, request_type, status_code):\n if request_type == \"POST\":\n assert_that(context[\"post_status_code\"]).is_equal_to(status_code)\n elif request_type == \"GET\":\n> assert_that(context[\"get_status_code\"]).is_equal_to(status_code)\nE AssertionError: Expected <200> to be equal to <2000>, but was not.\n\nfrontend/test_project/step_definitions/shared_steps/api_assertions.py:11: AssertionError","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603499,"stop":1712696603499,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603499,"stop":1712696603499,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the GET endpoint to '/posts' for fetching posts","time":{"start":1712696603500,"stop":1712696603500,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a GET HTTP request","time":{"start":1712696603500,"stop":1712696603761,"duration":261},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'GET' to be '2000'","time":{"start":1712696603761,"stop":1712696603762,"duration":1},"status":"failed","statusMessage":"Expected <200> to be equal to <2000>, but was not.","statusTrace":"AssertionError: Expected <200> to be equal to <2000>, but was not.\n","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":0,"attachmentsCount":0,"hasContent":true}],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":5,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2390-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":true,"retry":true,"extra":{"categories":[],"tags":[]},"source":"7ecd25baae7b01b6.json","parameterValues":[]} \ No newline at end of file diff --git a/60/data/test-cases/cf8020530b51d383.json b/60/data/test-cases/cf8020530b51d383.json new file mode 100644 index 00000000..45cb64f2 --- /dev/null +++ b/60/data/test-cases/cf8020530b51d383.json @@ -0,0 +1 @@ +{"uid":"cf8020530b51d383","name":"Test POST Call [post_payload_1.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"d679b4702b34d0a0eb52253442f4ac90","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603528,"stop":1712696603528,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603528,"stop":1712696603528,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the POST endpoint to '/posts' for creating posts","time":{"start":1712696603528,"stop":1712696603528,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a POST HTTP request with 'post_payload_1.json'","time":{"start":1712696603529,"stop":1712696603900,"duration":371},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'POST' to be '201'","time":{"start":1712696603900,"stop":1712696603901,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'POST' to be non-empty","time":{"start":1712696603901,"stop":1712696603901,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2360-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"payload","value":"post_payload_1.json"}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"e504a2c6ff7aedd2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/e504a2c6ff7aedd2","status":"passed","time":{"start":1712610194976,"stop":1712610195166,"duration":190}},{"uid":"d1a6d94f52f32f0a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/d1a6d94f52f32f0a","status":"passed","time":{"start":1712524087785,"stop":1712524088133,"duration":348}},{"uid":"cfc9a2ec147f8102","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/cfc9a2ec147f8102","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380}},{"uid":"81e57788eaaddca7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/81e57788eaaddca7","status":"passed","time":{"start":1712350983731,"stop":1712350983894,"duration":163}},{"uid":"cacc6f14dcf85f1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/cacc6f14dcf85f1","status":"passed","time":{"start":1712264597405,"stop":1712264597594,"duration":189}},{"uid":"79e564263af1bfd7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/79e564263af1bfd7","status":"passed","time":{"start":1712178196946,"stop":1712178197310,"duration":364}},{"uid":"b4729858d7de3101","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/b4729858d7de3101","status":"passed","time":{"start":1712091823945,"stop":1712091824111,"duration":166}},{"uid":"ed60569d5a428f8d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/ed60569d5a428f8d","status":"passed","time":{"start":1712005384368,"stop":1712005384572,"duration":204}},{"uid":"5887ff03007468a4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5887ff03007468a4","status":"passed","time":{"start":1711919276519,"stop":1711919276799,"duration":280}},{"uid":"d20fe8d5cb348d53","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/d20fe8d5cb348d53","status":"passed","time":{"start":1711832880605,"stop":1711832880911,"duration":306}},{"uid":"1292b06c4bf56bc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1292b06c4bf56bc5","status":"passed","time":{"start":1711746174958,"stop":1711746175178,"duration":220}},{"uid":"a868337226e225b2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/a868337226e225b2","status":"passed","time":{"start":1711659777465,"stop":1711659777630,"duration":165}},{"uid":"a8beb0622c800bd6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/a8beb0622c800bd6","status":"passed","time":{"start":1711573391770,"stop":1711573391941,"duration":171}},{"uid":"5e05825875cdd83f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/5e05825875cdd83f","status":"passed","time":{"start":1711536607653,"stop":1711536607940,"duration":287}},{"uid":"1e684d157eaebdba","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/1e684d157eaebdba","status":"passed","time":{"start":1711529412009,"stop":1711529412086,"duration":77}},{"uid":"2d817da4d66e96b1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/2d817da4d66e96b1","status":"passed","time":{"start":1711487002681,"stop":1711487002792,"duration":111}},{"uid":"6a578ac37b10fab","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6a578ac37b10fab","status":"passed","time":{"start":1711400583437,"stop":1711400583541,"duration":104}},{"uid":"e0c74e8281511ea5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/e0c74e8281511ea5","status":"passed","time":{"start":1711314196575,"stop":1711314196741,"duration":166}},{"uid":"4f222b032c23f887","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/4f222b032c23f887","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125}}]},"tags":[]},"source":"cf8020530b51d383.json","parameterValues":["post_payload_1.json"]} \ No newline at end of file diff --git a/60/data/test-cases/eed3cbb5c9e82ede.json b/60/data/test-cases/eed3cbb5c9e82ede.json new file mode 100644 index 00000000..f1e5e0c4 --- /dev/null +++ b/60/data/test-cases/eed3cbb5c9e82ede.json @@ -0,0 +1 @@ +{"uid":"eed3cbb5c9e82ede","name":"Test DELETE Call","fullName":"api/api_tests.feature:Test DELETE Call","historyId":"ca04710a3832670638db92149fa7dd33","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[],"testStage":{"status":"passed","steps":[{"name":"Given I set api base url '{%API_BASE_URL%}'","time":{"start":1712696603892,"stop":1712696603892,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I set the header param request content type as 'application/json'","time":{"start":1712696603893,"stop":1712696603893,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Given I set the DELETE endpoint to '/posts/1' for deleting posts","time":{"start":1712696603893,"stop":1712696603893,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"When I send a DELETE HTTP request","time":{"start":1712696603893,"stop":1712696603980,"duration":87},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"Then I expect the HTTP response code of 'DELETE' to be '200'","time":{"start":1712696603980,"stop":1712696603980,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false},{"name":"And I expect the response body of 'DELETE' to be empty","time":{"start":1712696603981,"stop":1712696603981,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true},"afterStages":[],"labels":[{"name":"host","value":"fv-az1380-140"},{"name":"thread","value":"2350-MainThread"},{"name":"framework","value":"pytest-bdd"},{"name":"language","value":"cpython3"},{"name":"feature","value":"Test HTTP methods for a REST API"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"93c9da54232903bf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/93c9da54232903bf","status":"passed","time":{"start":1712610195187,"stop":1712610195221,"duration":34}},{"uid":"7823934fa4eef3ec","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/7823934fa4eef3ec","status":"passed","time":{"start":1712524088163,"stop":1712524088259,"duration":96}},{"uid":"b0af5e907264809b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/b0af5e907264809b","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84}},{"uid":"2eb41dcc0dcd7ad4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/2eb41dcc0dcd7ad4","status":"passed","time":{"start":1712350983916,"stop":1712350983951,"duration":35}},{"uid":"69eb6b6e2db86a61","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/69eb6b6e2db86a61","status":"passed","time":{"start":1712264597632,"stop":1712264597719,"duration":87}},{"uid":"73b33a2bebf0e5a9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/73b33a2bebf0e5a9","status":"passed","time":{"start":1712178197234,"stop":1712178197305,"duration":71}},{"uid":"d3cfa4703ed46288","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/d3cfa4703ed46288","status":"passed","time":{"start":1712091824184,"stop":1712091824225,"duration":41}},{"uid":"35d616cd9f258ffc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/35d616cd9f258ffc","status":"passed","time":{"start":1712005384561,"stop":1712005384600,"duration":39}},{"uid":"71b7964078f0cf5a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/71b7964078f0cf5a","status":"passed","time":{"start":1711919277048,"stop":1711919277141,"duration":93}},{"uid":"f9748c6866b246c5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/f9748c6866b246c5","status":"passed","time":{"start":1711832880842,"stop":1711832880934,"duration":92}},{"uid":"1d0515b550489657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1d0515b550489657","status":"passed","time":{"start":1711746175190,"stop":1711746175244,"duration":54}},{"uid":"1536004e45e622bc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/1536004e45e622bc","status":"passed","time":{"start":1711659777550,"stop":1711659777585,"duration":35}},{"uid":"58662a899279a2be","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/58662a899279a2be","status":"passed","time":{"start":1711573391947,"stop":1711573391985,"duration":38}},{"uid":"cb1cf4c91ee822b7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cb1cf4c91ee822b7","status":"passed","time":{"start":1711536607810,"stop":1711536607900,"duration":90}},{"uid":"ae91cc621a520943","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/ae91cc621a520943","status":"passed","time":{"start":1711529412090,"stop":1711529412112,"duration":22}},{"uid":"cb1231704cf22657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/cb1231704cf22657","status":"passed","time":{"start":1711487002984,"stop":1711487003022,"duration":38}},{"uid":"b4d25b09c24488fc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/b4d25b09c24488fc","status":"passed","time":{"start":1711400583712,"stop":1711400583745,"duration":33}},{"uid":"ed97d4b38e683454","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ed97d4b38e683454","status":"passed","time":{"start":1711314196991,"stop":1711314197044,"duration":53}},{"uid":"c04c9641d280d13b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/c04c9641d280d13b","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23}}]},"tags":[]},"source":"eed3cbb5c9e82ede.json","parameterValues":[]} \ No newline at end of file diff --git a/60/data/timeline.json b/60/data/timeline.json new file mode 100644 index 00000000..bd0ecb9c --- /dev/null +++ b/60/data/timeline.json @@ -0,0 +1 @@ +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az1380-140","children":[{"name":"2350-MainThread","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"35757710218746b6","parentUid":"2dd31a09491908219b8c202d68d98673","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"eed3cbb5c9e82ede","parentUid":"2dd31a09491908219b8c202d68d98673","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"2dd31a09491908219b8c202d68d98673"},{"name":"2390-MainThread","children":[{"name":"Test GET Call","uid":"7ecd25baae7b01b6","parentUid":"99887a41db4518340a7a584f219db516","status":"failed","time":{"start":1712696603498,"stop":1712696603763,"duration":265},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test GET Call","uid":"4c6fcfef5c4b643a","parentUid":"99887a41db4518340a7a584f219db516","status":"failed","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"99887a41db4518340a7a584f219db516"},{"name":"2360-MainThread","children":[{"name":"Test UPDATE call [put_payload_2.json]","uid":"6377da23f444f60","parentUid":"4f551ebbaabfe7e54812fd0b41ba71ea","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"cf8020530b51d383","parentUid":"4f551ebbaabfe7e54812fd0b41ba71ea","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]}],"uid":"4f551ebbaabfe7e54812fd0b41ba71ea"},{"name":"2347-MainThread","children":[{"name":"Test UPDATE call [put_payload_1.json]","uid":"4881dab424fc6388","parentUid":"efa4b62ea5f9a0121a561feda6ba4cdc","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]}],"uid":"efa4b62ea5f9a0121a561feda6ba4cdc"}],"uid":"286f92aaaf4d8ed91ec900a394bbefba"}],"name":"timeline"} \ No newline at end of file diff --git a/60/export/influxDbData.txt b/60/export/influxDbData.txt new file mode 100644 index 00000000..7d454b7a --- /dev/null +++ b/60/export/influxDbData.txt @@ -0,0 +1,12 @@ +launch_status failed=1 1712696621000000000 +launch_status broken=0 1712696621000000000 +launch_status passed=5 1712696621000000000 +launch_status skipped=0 1712696621000000000 +launch_status unknown=0 1712696621000000000 +launch_time duration=2514 1712696621000000000 +launch_time min_duration=42 1712696621000000000 +launch_time max_duration=383 1712696621000000000 +launch_time sum_duration=1305 1712696621000000000 +launch_problems product_defects=1 1712696621000000000 +launch_retries retries=1 1712696621000000000 +launch_retries run=6 1712696621000000000 diff --git a/40/export/mail.html b/60/export/mail.html similarity index 100% rename from 40/export/mail.html rename to 60/export/mail.html diff --git a/60/export/prometheusData.txt b/60/export/prometheusData.txt new file mode 100644 index 00000000..08193b09 --- /dev/null +++ b/60/export/prometheusData.txt @@ -0,0 +1,12 @@ +launch_status_failed 1 +launch_status_broken 0 +launch_status_passed 5 +launch_status_skipped 0 +launch_status_unknown 0 +launch_time_duration 2514 +launch_time_min_duration 42 +launch_time_max_duration 383 +launch_time_sum_duration 1305 +launch_problems_product_defects 1 +launch_retries_retries 1 +launch_retries_run 6 diff --git a/40/favicon.ico b/60/favicon.ico similarity index 100% rename from 40/favicon.ico rename to 60/favicon.ico diff --git a/60/history/categories-trend.json b/60/history/categories-trend.json new file mode 100644 index 00000000..b37a2ecf --- /dev/null +++ b/60/history/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/60/history/duration-trend.json b/60/history/duration-trend.json new file mode 100644 index 00000000..bd135c02 --- /dev/null +++ b/60/history/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"duration":2514}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"duration":2389}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"duration":2322}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"duration":2358}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"duration":2425}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"duration":2395}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"duration":2486}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"duration":330}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"duration":340}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"duration":708}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"duration":597}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"duration":234}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"duration":303}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"duration":798}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"duration":257}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"duration":308}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"duration":469}}] \ No newline at end of file diff --git a/60/history/history-trend.json b/60/history/history-trend.json new file mode 100644 index 00000000..1ae03261 --- /dev/null +++ b/60/history/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}}] \ No newline at end of file diff --git a/60/history/history.json b/60/history/history.json new file mode 100644 index 00000000..cafe4fad --- /dev/null +++ b/60/history/history.json @@ -0,0 +1 @@ +{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"6377da23f444f60","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/6377da23f444f60","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142}},{"uid":"3c3f186f6a0a4d7d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/3c3f186f6a0a4d7d","status":"passed","time":{"start":1712610195178,"stop":1712610195236,"duration":58}},{"uid":"b5517cd932d67411","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/b5517cd932d67411","status":"passed","time":{"start":1712524088142,"stop":1712524088390,"duration":248}},{"uid":"7a8b63ab8860b108","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/7a8b63ab8860b108","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236}},{"uid":"bd0f8530b10d5c8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/bd0f8530b10d5c8","status":"passed","time":{"start":1712350983907,"stop":1712350983972,"duration":65}},{"uid":"71a9fdc834aaeba5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/71a9fdc834aaeba5","status":"passed","time":{"start":1712264597603,"stop":1712264597860,"duration":257}},{"uid":"6b64872f0fa78ad9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/6b64872f0fa78ad9","status":"passed","time":{"start":1712178197325,"stop":1712178197461,"duration":136}},{"uid":"1c01d88fdcb31ac6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/1c01d88fdcb31ac6","status":"passed","time":{"start":1712091824116,"stop":1712091824238,"duration":122}},{"uid":"f010fd51bb073f58","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/f010fd51bb073f58","status":"passed","time":{"start":1712005384578,"stop":1712005384615,"duration":37}},{"uid":"a08f91662d2b1149","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/a08f91662d2b1149","status":"passed","time":{"start":1711919276805,"stop":1711919277032,"duration":227}},{"uid":"c8f33f3b92f5e862","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/c8f33f3b92f5e862","status":"passed","time":{"start":1711832880917,"stop":1711832881144,"duration":227}},{"uid":"bef3e0c3c0fdca43","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bef3e0c3c0fdca43","status":"passed","time":{"start":1711746175192,"stop":1711746175253,"duration":61}},{"uid":"14e0de4ef4e8e440","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/14e0de4ef4e8e440","status":"passed","time":{"start":1711659777639,"stop":1711659777674,"duration":35}},{"uid":"d6ec3c411a6a4f4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d6ec3c411a6a4f4b","status":"passed","time":{"start":1711573391957,"stop":1711573391997,"duration":40}},{"uid":"9290d90718310b52","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/9290d90718310b52","status":"passed","time":{"start":1711536607946,"stop":1711536608198,"duration":252}},{"uid":"2373f4d9cf3b80cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/2373f4d9cf3b80cd","status":"passed","time":{"start":1711529412094,"stop":1711529412124,"duration":30}},{"uid":"c4c76c890b702f7c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/c4c76c890b702f7c","status":"passed","time":{"start":1711487002928,"stop":1711487002981,"duration":53}},{"uid":"6e3d724fa115e86a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6e3d724fa115e86a","status":"passed","time":{"start":1711400583677,"stop":1711400583710,"duration":33}},{"uid":"b68828ca412ec421","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/b68828ca412ec421","status":"passed","time":{"start":1711314196938,"stop":1711314196988,"duration":50}},{"uid":"b5e18440bef9063e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/b5e18440bef9063e","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30}}]},"d679b4702b34d0a0eb52253442f4ac90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"cf8020530b51d383","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/cf8020530b51d383","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373}},{"uid":"e504a2c6ff7aedd2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/e504a2c6ff7aedd2","status":"passed","time":{"start":1712610194976,"stop":1712610195166,"duration":190}},{"uid":"d1a6d94f52f32f0a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/d1a6d94f52f32f0a","status":"passed","time":{"start":1712524087785,"stop":1712524088133,"duration":348}},{"uid":"cfc9a2ec147f8102","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/cfc9a2ec147f8102","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380}},{"uid":"81e57788eaaddca7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/81e57788eaaddca7","status":"passed","time":{"start":1712350983731,"stop":1712350983894,"duration":163}},{"uid":"cacc6f14dcf85f1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/cacc6f14dcf85f1","status":"passed","time":{"start":1712264597405,"stop":1712264597594,"duration":189}},{"uid":"79e564263af1bfd7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/79e564263af1bfd7","status":"passed","time":{"start":1712178196946,"stop":1712178197310,"duration":364}},{"uid":"b4729858d7de3101","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/b4729858d7de3101","status":"passed","time":{"start":1712091823945,"stop":1712091824111,"duration":166}},{"uid":"ed60569d5a428f8d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/ed60569d5a428f8d","status":"passed","time":{"start":1712005384368,"stop":1712005384572,"duration":204}},{"uid":"5887ff03007468a4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5887ff03007468a4","status":"passed","time":{"start":1711919276519,"stop":1711919276799,"duration":280}},{"uid":"d20fe8d5cb348d53","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/d20fe8d5cb348d53","status":"passed","time":{"start":1711832880605,"stop":1711832880911,"duration":306}},{"uid":"1292b06c4bf56bc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1292b06c4bf56bc5","status":"passed","time":{"start":1711746174958,"stop":1711746175178,"duration":220}},{"uid":"a868337226e225b2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/a868337226e225b2","status":"passed","time":{"start":1711659777465,"stop":1711659777630,"duration":165}},{"uid":"a8beb0622c800bd6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/a8beb0622c800bd6","status":"passed","time":{"start":1711573391770,"stop":1711573391941,"duration":171}},{"uid":"5e05825875cdd83f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/5e05825875cdd83f","status":"passed","time":{"start":1711536607653,"stop":1711536607940,"duration":287}},{"uid":"1e684d157eaebdba","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/1e684d157eaebdba","status":"passed","time":{"start":1711529412009,"stop":1711529412086,"duration":77}},{"uid":"2d817da4d66e96b1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/2d817da4d66e96b1","status":"passed","time":{"start":1711487002681,"stop":1711487002792,"duration":111}},{"uid":"6a578ac37b10fab","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6a578ac37b10fab","status":"passed","time":{"start":1711400583437,"stop":1711400583541,"duration":104}},{"uid":"e0c74e8281511ea5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/e0c74e8281511ea5","status":"passed","time":{"start":1711314196575,"stop":1711314196741,"duration":166}},{"uid":"4f222b032c23f887","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/4f222b032c23f887","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125}}]},"67b6aa6480be3aa554bf91f530b1e8a5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"35757710218746b6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/35757710218746b6","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383}},{"uid":"b07ab0426201d428","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/b07ab0426201d428","status":"passed","time":{"start":1712610194979,"stop":1712610195174,"duration":195}},{"uid":"4edb98a3c5f95182","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/4edb98a3c5f95182","status":"passed","time":{"start":1712524087800,"stop":1712524088153,"duration":353}},{"uid":"e8f7f01ee59265b8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e8f7f01ee59265b8","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378}},{"uid":"4e497a47bd4bfa82","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/4e497a47bd4bfa82","status":"passed","time":{"start":1712350983741,"stop":1712350983898,"duration":157}},{"uid":"86e08d6edc2ee646","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/86e08d6edc2ee646","status":"passed","time":{"start":1712264597314,"stop":1712264597624,"duration":310}},{"uid":"e005705e7b9f943a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/e005705e7b9f943a","status":"passed","time":{"start":1712178197043,"stop":1712178197222,"duration":179}},{"uid":"bafdc592bc2d325b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/bafdc592bc2d325b","status":"passed","time":{"start":1712091823954,"stop":1712091824179,"duration":225}},{"uid":"b51c6f7a3edf8ec8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/b51c6f7a3edf8ec8","status":"passed","time":{"start":1712005384377,"stop":1712005384555,"duration":178}},{"uid":"841e840ebf66f7b0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/841e840ebf66f7b0","status":"passed","time":{"start":1711919276749,"stop":1711919277042,"duration":293}},{"uid":"1318ab4593e08f6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/1318ab4593e08f6","status":"passed","time":{"start":1711832880547,"stop":1711832880837,"duration":290}},{"uid":"9c2973548039aa9c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/9c2973548039aa9c","status":"passed","time":{"start":1711746174956,"stop":1711746175176,"duration":220}},{"uid":"167a4beb0581b514","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/167a4beb0581b514","status":"passed","time":{"start":1711659777440,"stop":1711659777535,"duration":95}},{"uid":"c23e08cc53d77779","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/c23e08cc53d77779","status":"passed","time":{"start":1711573391765,"stop":1711573391937,"duration":172}},{"uid":"a174de6f99c39dc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/a174de6f99c39dc5","status":"passed","time":{"start":1711536607512,"stop":1711536607805,"duration":293}},{"uid":"af7fcdd3b92514f0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/af7fcdd3b92514f0","status":"passed","time":{"start":1711529411867,"stop":1711529411994,"duration":127}},{"uid":"e2932ad03a436749","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/e2932ad03a436749","status":"passed","time":{"start":1711487002795,"stop":1711487002830,"duration":35}},{"uid":"a74e81092a9c6473","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/a74e81092a9c6473","status":"passed","time":{"start":1711400583544,"stop":1711400583575,"duration":31}},{"uid":"dcf89e98d4020474","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/dcf89e98d4020474","status":"passed","time":{"start":1711314196744,"stop":1711314196795,"duration":51}},{"uid":"35d27466fe7da4f3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/35d27466fe7da4f3","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23}}]},"ca04710a3832670638db92149fa7dd33":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"eed3cbb5c9e82ede","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/eed3cbb5c9e82ede","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89}},{"uid":"93c9da54232903bf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/93c9da54232903bf","status":"passed","time":{"start":1712610195187,"stop":1712610195221,"duration":34}},{"uid":"7823934fa4eef3ec","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/7823934fa4eef3ec","status":"passed","time":{"start":1712524088163,"stop":1712524088259,"duration":96}},{"uid":"b0af5e907264809b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/b0af5e907264809b","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84}},{"uid":"2eb41dcc0dcd7ad4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/2eb41dcc0dcd7ad4","status":"passed","time":{"start":1712350983916,"stop":1712350983951,"duration":35}},{"uid":"69eb6b6e2db86a61","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/69eb6b6e2db86a61","status":"passed","time":{"start":1712264597632,"stop":1712264597719,"duration":87}},{"uid":"73b33a2bebf0e5a9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/73b33a2bebf0e5a9","status":"passed","time":{"start":1712178197234,"stop":1712178197305,"duration":71}},{"uid":"d3cfa4703ed46288","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/d3cfa4703ed46288","status":"passed","time":{"start":1712091824184,"stop":1712091824225,"duration":41}},{"uid":"35d616cd9f258ffc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/35d616cd9f258ffc","status":"passed","time":{"start":1712005384561,"stop":1712005384600,"duration":39}},{"uid":"71b7964078f0cf5a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/71b7964078f0cf5a","status":"passed","time":{"start":1711919277048,"stop":1711919277141,"duration":93}},{"uid":"f9748c6866b246c5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/f9748c6866b246c5","status":"passed","time":{"start":1711832880842,"stop":1711832880934,"duration":92}},{"uid":"1d0515b550489657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1d0515b550489657","status":"passed","time":{"start":1711746175190,"stop":1711746175244,"duration":54}},{"uid":"1536004e45e622bc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/1536004e45e622bc","status":"passed","time":{"start":1711659777550,"stop":1711659777585,"duration":35}},{"uid":"58662a899279a2be","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/58662a899279a2be","status":"passed","time":{"start":1711573391947,"stop":1711573391985,"duration":38}},{"uid":"cb1cf4c91ee822b7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cb1cf4c91ee822b7","status":"passed","time":{"start":1711536607810,"stop":1711536607900,"duration":90}},{"uid":"ae91cc621a520943","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/ae91cc621a520943","status":"passed","time":{"start":1711529412090,"stop":1711529412112,"duration":22}},{"uid":"cb1231704cf22657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/cb1231704cf22657","status":"passed","time":{"start":1711487002984,"stop":1711487003022,"duration":38}},{"uid":"b4d25b09c24488fc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/b4d25b09c24488fc","status":"passed","time":{"start":1711400583712,"stop":1711400583745,"duration":33}},{"uid":"ed97d4b38e683454","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ed97d4b38e683454","status":"passed","time":{"start":1711314196991,"stop":1711314197044,"duration":53}},{"uid":"c04c9641d280d13b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/c04c9641d280d13b","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23}}]},"0332700ce8130763289fbde98b553996":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"4881dab424fc6388","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/4881dab424fc6388","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276}},{"uid":"14f5d5d618aa5ba0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/14f5d5d618aa5ba0","status":"passed","time":{"start":1712610195196,"stop":1712610195337,"duration":141}},{"uid":"6023ea7919fb56b4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/6023ea7919fb56b4","status":"passed","time":{"start":1712524088144,"stop":1712524088437,"duration":293}},{"uid":"a2b30cf799f22d4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/a2b30cf799f22d4b","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262}},{"uid":"60289363a837c085","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/60289363a837c085","status":"passed","time":{"start":1712350983921,"stop":1712350984069,"duration":148}},{"uid":"5aaa9b9d8c8e6589","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/5aaa9b9d8c8e6589","status":"passed","time":{"start":1712264597641,"stop":1712264597922,"duration":281}},{"uid":"d81f01fe9990da7a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/d81f01fe9990da7a","status":"passed","time":{"start":1712178197221,"stop":1712178197459,"duration":238}},{"uid":"715e4197ba29da8f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/715e4197ba29da8f","status":"passed","time":{"start":1712091824124,"stop":1712091824265,"duration":141}},{"uid":"362b14a52612e73b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/362b14a52612e73b","status":"passed","time":{"start":1712005384568,"stop":1712005384703,"duration":135}},{"uid":"5b08278c9c9ebaf2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5b08278c9c9ebaf2","status":"passed","time":{"start":1711919276949,"stop":1711919277227,"duration":278}},{"uid":"4edf84dfcd5476cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/4edf84dfcd5476cd","status":"passed","time":{"start":1711832880766,"stop":1711832881028,"duration":262}},{"uid":"bf0e06c76250286c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bf0e06c76250286c","status":"passed","time":{"start":1711746175185,"stop":1711746175284,"duration":99}},{"uid":"cd078ba7404141ea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/cd078ba7404141ea","status":"passed","time":{"start":1711659777504,"stop":1711659777629,"duration":125}},{"uid":"d961b4650a51c560","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d961b4650a51c560","status":"passed","time":{"start":1711573391956,"stop":1711573392058,"duration":102}},{"uid":"cea30bb085104e3c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cea30bb085104e3c","status":"passed","time":{"start":1711536607987,"stop":1711536608269,"duration":282}},{"uid":"a977952ff4f1e565","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/a977952ff4f1e565","status":"passed","time":{"start":1711529412045,"stop":1711529412075,"duration":30}},{"uid":"f62ef3ba75952c0d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/f62ef3ba75952c0d","status":"passed","time":{"start":1711487002865,"stop":1711487002925,"duration":60}},{"uid":"590966ffac6bb4df","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/590966ffac6bb4df","status":"passed","time":{"start":1711400583605,"stop":1711400583674,"duration":69}},{"uid":"ac9100de6ac4cb5c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ac9100de6ac4cb5c","status":"passed","time":{"start":1711314196828,"stop":1711314196935,"duration":107}},{"uid":"e69f62b66bcf2a18","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/e69f62b66bcf2a18","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33}}]},"198a0ff6abf3205fc1cabaf617ffa39d":{"statistic":{"failed":7,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":20},"items":[{"uid":"4c6fcfef5c4b643a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/4c6fcfef5c4b643a","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712696605973,"stop":1712696606015,"duration":42}},{"uid":"8fc5f51068ea4c44","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/8fc5f51068ea4c44","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712610197341,"stop":1712610197365,"duration":24}},{"uid":"60c40f06dcd88a1c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/60c40f06dcd88a1c","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712524090088,"stop":1712524090107,"duration":19}},{"uid":"e141b288d14c5d72","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e141b288d14c5d72","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712437659426,"stop":1712437659440,"duration":14}},{"uid":"8a3b5eb1ba9489ed","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/8a3b5eb1ba9489ed","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712350986125,"stop":1712350986156,"duration":31}},{"uid":"79323e898e87526e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/79323e898e87526e","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712264599695,"stop":1712264599709,"duration":14}},{"uid":"50a894cb0f19c3cf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/50a894cb0f19c3cf","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712178199407,"stop":1712178199432,"duration":25}},{"uid":"e366ae5b6bb85fe3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/e366ae5b6bb85fe3","status":"passed","time":{"start":1712091823935,"stop":1712091824082,"duration":147}},{"uid":"71597eff4a2c34f8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/71597eff4a2c34f8","status":"passed","time":{"start":1712005384363,"stop":1712005384531,"duration":168}},{"uid":"e8d23483e15a1fea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/e8d23483e15a1fea","status":"passed","time":{"start":1711919276719,"stop":1711919276775,"duration":56}},{"uid":"20197841e4661dd8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/20197841e4661dd8","status":"passed","time":{"start":1711832880607,"stop":1711832880701,"duration":94}},{"uid":"d5f234a580262ae7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/d5f234a580262ae7","status":"passed","time":{"start":1711746174943,"stop":1711746175154,"duration":211}},{"uid":"72b733254ec65733","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/72b733254ec65733","status":"passed","time":{"start":1711659777470,"stop":1711659777618,"duration":148}},{"uid":"324ccef04f09a3e4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/324ccef04f09a3e4","status":"passed","time":{"start":1711573391755,"stop":1711573391896,"duration":141}},{"uid":"e0cdd46ec5fdd0f7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/e0cdd46ec5fdd0f7","status":"passed","time":{"start":1711536607471,"stop":1711536607544,"duration":73}},{"uid":"b1d16d3332b32dd5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/b1d16d3332b32dd5","status":"passed","time":{"start":1711529412003,"stop":1711529412019,"duration":16}},{"uid":"1d2d7723e5a3cd0f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/1d2d7723e5a3cd0f","status":"passed","time":{"start":1711487002833,"stop":1711487002862,"duration":29}},{"uid":"c316be632f87c981","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/c316be632f87c981","status":"passed","time":{"start":1711400583578,"stop":1711400583602,"duration":24}},{"uid":"8e9475294f538b62","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/8e9475294f538b62","status":"passed","time":{"start":1711314196798,"stop":1711314196824,"duration":26}},{"uid":"27bc6f92f9dffe4d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/27bc6f92f9dffe4d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18}}]}} \ No newline at end of file diff --git a/60/history/retry-trend.json b/60/history/retry-trend.json new file mode 100644 index 00000000..6942540f --- /dev/null +++ b/60/history/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"run":6,"retry":0}}] \ No newline at end of file diff --git a/40/index.html b/60/index.html similarity index 94% rename from 40/index.html rename to 60/index.html index ccffa111..dee37083 100644 --- a/40/index.html +++ b/60/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS'); gtag('allureVersion', 'dev') - gtag('reportUuid', '24afc783-a608-4b3a-99ea-49ff006d5c3b') + gtag('reportUuid', 'dc053f94-d573-4935-9d35-ef6810b91cbc') diff --git a/40/plugin/behaviors/index.js b/60/plugin/behaviors/index.js similarity index 100% rename from 40/plugin/behaviors/index.js rename to 60/plugin/behaviors/index.js diff --git a/40/plugin/packages/index.js b/60/plugin/packages/index.js similarity index 100% rename from 40/plugin/packages/index.js rename to 60/plugin/packages/index.js diff --git a/40/plugin/screen-diff/index.js b/60/plugin/screen-diff/index.js similarity index 100% rename from 40/plugin/screen-diff/index.js rename to 60/plugin/screen-diff/index.js diff --git a/40/plugin/screen-diff/styles.css b/60/plugin/screen-diff/styles.css similarity index 100% rename from 40/plugin/screen-diff/styles.css rename to 60/plugin/screen-diff/styles.css diff --git a/40/styles.css b/60/styles.css similarity index 100% rename from 40/styles.css rename to 60/styles.css diff --git a/60/widgets/behaviors.json b/60/widgets/behaviors.json new file mode 100644 index 00000000..7a85d5a7 --- /dev/null +++ b/60/widgets/behaviors.json @@ -0,0 +1 @@ +{"total":1,"items":[{"uid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","name":"Test HTTP methods for a REST API","statistic":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}}]} \ No newline at end of file diff --git a/60/widgets/categories-trend.json b/60/widgets/categories-trend.json new file mode 100644 index 00000000..b37a2ecf --- /dev/null +++ b/60/widgets/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file diff --git a/60/widgets/categories.json b/60/widgets/categories.json new file mode 100644 index 00000000..f0826878 --- /dev/null +++ b/60/widgets/categories.json @@ -0,0 +1 @@ +{"total":1,"items":[{"uid":"8fb3a91ba5aaf9de24cc8a92edc82b5d","name":"Product defects","statistic":{"failed":1,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/60/widgets/duration-trend.json b/60/widgets/duration-trend.json new file mode 100644 index 00000000..bd135c02 --- /dev/null +++ b/60/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"duration":2514}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"duration":2389}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"duration":2322}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"duration":2358}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"duration":2425}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"duration":2395}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"duration":2486}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"duration":330}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"duration":340}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"duration":708}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"duration":597}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"duration":234}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"duration":303}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"duration":798}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"duration":257}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"duration":308}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"duration":469}}] \ No newline at end of file diff --git a/60/widgets/duration.json b/60/widgets/duration.json new file mode 100644 index 00000000..af706a32 --- /dev/null +++ b/60/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"4c6fcfef5c4b643a","name":"Test GET Call","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"status":"failed","severity":"normal"},{"uid":"6377da23f444f60","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"status":"passed","severity":"normal"},{"uid":"35757710218746b6","name":"Test POST Call [post_payload_2.json]","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"status":"passed","severity":"normal"},{"uid":"4881dab424fc6388","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"status":"passed","severity":"normal"},{"uid":"eed3cbb5c9e82ede","name":"Test DELETE Call","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"status":"passed","severity":"normal"},{"uid":"cf8020530b51d383","name":"Test POST Call [post_payload_1.json]","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/40/widgets/environment.json b/60/widgets/environment.json similarity index 100% rename from 40/widgets/environment.json rename to 60/widgets/environment.json diff --git a/60/widgets/executors.json b/60/widgets/executors.json new file mode 100644 index 00000000..884c5c26 --- /dev/null +++ b/60/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://tweag.github.io/pytest-automation-boilerplate","buildOrder":60,"buildName":"GitHub Actions Run #8622224582","buildUrl":"https://github.com/tweag/pytest-automation-boilerplate/actions/runs/8622224582","reportName":"Allure Report with history","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/"}] \ No newline at end of file diff --git a/60/widgets/history-trend.json b/60/widgets/history-trend.json new file mode 100644 index 00000000..1ae03261 --- /dev/null +++ b/60/widgets/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}}] \ No newline at end of file diff --git a/40/widgets/launch.json b/60/widgets/launch.json similarity index 100% rename from 40/widgets/launch.json rename to 60/widgets/launch.json diff --git a/60/widgets/retry-trend.json b/60/widgets/retry-trend.json new file mode 100644 index 00000000..6942540f --- /dev/null +++ b/60/widgets/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"run":6,"retry":0}}] \ No newline at end of file diff --git a/60/widgets/severity.json b/60/widgets/severity.json new file mode 100644 index 00000000..3d7091e2 --- /dev/null +++ b/60/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"35757710218746b6","name":"Test POST Call [post_payload_2.json]","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"status":"passed","severity":"normal"},{"uid":"4881dab424fc6388","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"status":"passed","severity":"normal"},{"uid":"4c6fcfef5c4b643a","name":"Test GET Call","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"status":"failed","severity":"normal"},{"uid":"cf8020530b51d383","name":"Test POST Call [post_payload_1.json]","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"status":"passed","severity":"normal"},{"uid":"eed3cbb5c9e82ede","name":"Test DELETE Call","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"status":"passed","severity":"normal"},{"uid":"6377da23f444f60","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/60/widgets/status-chart.json b/60/widgets/status-chart.json new file mode 100644 index 00000000..af706a32 --- /dev/null +++ b/60/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"4c6fcfef5c4b643a","name":"Test GET Call","time":{"start":1712696605973,"stop":1712696606015,"duration":42},"status":"failed","severity":"normal"},{"uid":"6377da23f444f60","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712696603912,"stop":1712696604054,"duration":142},"status":"passed","severity":"normal"},{"uid":"35757710218746b6","name":"Test POST Call [post_payload_2.json]","time":{"start":1712696603501,"stop":1712696603884,"duration":383},"status":"passed","severity":"normal"},{"uid":"4881dab424fc6388","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712696603900,"stop":1712696604176,"duration":276},"status":"passed","severity":"normal"},{"uid":"eed3cbb5c9e82ede","name":"Test DELETE Call","time":{"start":1712696603892,"stop":1712696603981,"duration":89},"status":"passed","severity":"normal"},{"uid":"cf8020530b51d383","name":"Test POST Call [post_payload_1.json]","time":{"start":1712696603528,"stop":1712696603901,"duration":373},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/40/widgets/suites.json b/60/widgets/suites.json similarity index 100% rename from 40/widgets/suites.json rename to 60/widgets/suites.json diff --git a/60/widgets/summary.json b/60/widgets/summary.json new file mode 100644 index 00000000..bca83931 --- /dev/null +++ b/60/widgets/summary.json @@ -0,0 +1 @@ +{"reportName":"Allure Report","testRuns":[],"statistic":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6},"time":{"start":1712696603501,"stop":1712696606015,"duration":2514,"minDuration":42,"maxDuration":383,"sumDuration":1305}} \ No newline at end of file diff --git a/index.html b/index.html index 6ac713a1..1707565c 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 fec51476..b37a2ecf 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{}},{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{}}] \ No newline at end of file +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"Product defects":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","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 2e4221e0..bd135c02 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"duration":2389}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"duration":2322}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"duration":2358}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"duration":2425}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"duration":2395}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"duration":2486}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"duration":330}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"duration":340}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"duration":708}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"duration":597}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"duration":234}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"duration":303}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"duration":798}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"duration":257}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"duration":308}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"duration":469}},{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"duration":275}}] \ No newline at end of file +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"duration":2514}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"duration":2389}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"duration":2322}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"duration":2358}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"duration":2425}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"duration":2395}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"duration":2486}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"duration":330}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"duration":340}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"duration":708}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"duration":597}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"duration":234}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"duration":303}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"duration":798}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"duration":257}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"duration":341}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"duration":308}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"duration":469}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 2dc74c22..1ae03261 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}}] \ No newline at end of file +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"failed":1,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":6}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 0733885c..cafe4fad 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"3c3f186f6a0a4d7d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/3c3f186f6a0a4d7d","status":"passed","time":{"start":1712610195178,"stop":1712610195236,"duration":58}},{"uid":"b5517cd932d67411","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/b5517cd932d67411","status":"passed","time":{"start":1712524088142,"stop":1712524088390,"duration":248}},{"uid":"7a8b63ab8860b108","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/7a8b63ab8860b108","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236}},{"uid":"bd0f8530b10d5c8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/bd0f8530b10d5c8","status":"passed","time":{"start":1712350983907,"stop":1712350983972,"duration":65}},{"uid":"71a9fdc834aaeba5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/71a9fdc834aaeba5","status":"passed","time":{"start":1712264597603,"stop":1712264597860,"duration":257}},{"uid":"6b64872f0fa78ad9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/6b64872f0fa78ad9","status":"passed","time":{"start":1712178197325,"stop":1712178197461,"duration":136}},{"uid":"1c01d88fdcb31ac6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/1c01d88fdcb31ac6","status":"passed","time":{"start":1712091824116,"stop":1712091824238,"duration":122}},{"uid":"f010fd51bb073f58","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/f010fd51bb073f58","status":"passed","time":{"start":1712005384578,"stop":1712005384615,"duration":37}},{"uid":"a08f91662d2b1149","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/a08f91662d2b1149","status":"passed","time":{"start":1711919276805,"stop":1711919277032,"duration":227}},{"uid":"c8f33f3b92f5e862","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/c8f33f3b92f5e862","status":"passed","time":{"start":1711832880917,"stop":1711832881144,"duration":227}},{"uid":"bef3e0c3c0fdca43","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bef3e0c3c0fdca43","status":"passed","time":{"start":1711746175192,"stop":1711746175253,"duration":61}},{"uid":"14e0de4ef4e8e440","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/14e0de4ef4e8e440","status":"passed","time":{"start":1711659777639,"stop":1711659777674,"duration":35}},{"uid":"d6ec3c411a6a4f4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d6ec3c411a6a4f4b","status":"passed","time":{"start":1711573391957,"stop":1711573391997,"duration":40}},{"uid":"9290d90718310b52","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/9290d90718310b52","status":"passed","time":{"start":1711536607946,"stop":1711536608198,"duration":252}},{"uid":"2373f4d9cf3b80cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/2373f4d9cf3b80cd","status":"passed","time":{"start":1711529412094,"stop":1711529412124,"duration":30}},{"uid":"c4c76c890b702f7c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/c4c76c890b702f7c","status":"passed","time":{"start":1711487002928,"stop":1711487002981,"duration":53}},{"uid":"6e3d724fa115e86a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6e3d724fa115e86a","status":"passed","time":{"start":1711400583677,"stop":1711400583710,"duration":33}},{"uid":"b68828ca412ec421","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/b68828ca412ec421","status":"passed","time":{"start":1711314196938,"stop":1711314196988,"duration":50}},{"uid":"b5e18440bef9063e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/b5e18440bef9063e","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30}}]},"d679b4702b34d0a0eb52253442f4ac90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"e504a2c6ff7aedd2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/e504a2c6ff7aedd2","status":"passed","time":{"start":1712610194976,"stop":1712610195166,"duration":190}},{"uid":"d1a6d94f52f32f0a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/d1a6d94f52f32f0a","status":"passed","time":{"start":1712524087785,"stop":1712524088133,"duration":348}},{"uid":"cfc9a2ec147f8102","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/cfc9a2ec147f8102","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380}},{"uid":"81e57788eaaddca7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/81e57788eaaddca7","status":"passed","time":{"start":1712350983731,"stop":1712350983894,"duration":163}},{"uid":"cacc6f14dcf85f1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/cacc6f14dcf85f1","status":"passed","time":{"start":1712264597405,"stop":1712264597594,"duration":189}},{"uid":"79e564263af1bfd7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/79e564263af1bfd7","status":"passed","time":{"start":1712178196946,"stop":1712178197310,"duration":364}},{"uid":"b4729858d7de3101","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/b4729858d7de3101","status":"passed","time":{"start":1712091823945,"stop":1712091824111,"duration":166}},{"uid":"ed60569d5a428f8d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/ed60569d5a428f8d","status":"passed","time":{"start":1712005384368,"stop":1712005384572,"duration":204}},{"uid":"5887ff03007468a4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5887ff03007468a4","status":"passed","time":{"start":1711919276519,"stop":1711919276799,"duration":280}},{"uid":"d20fe8d5cb348d53","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/d20fe8d5cb348d53","status":"passed","time":{"start":1711832880605,"stop":1711832880911,"duration":306}},{"uid":"1292b06c4bf56bc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1292b06c4bf56bc5","status":"passed","time":{"start":1711746174958,"stop":1711746175178,"duration":220}},{"uid":"a868337226e225b2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/a868337226e225b2","status":"passed","time":{"start":1711659777465,"stop":1711659777630,"duration":165}},{"uid":"a8beb0622c800bd6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/a8beb0622c800bd6","status":"passed","time":{"start":1711573391770,"stop":1711573391941,"duration":171}},{"uid":"5e05825875cdd83f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/5e05825875cdd83f","status":"passed","time":{"start":1711536607653,"stop":1711536607940,"duration":287}},{"uid":"1e684d157eaebdba","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/1e684d157eaebdba","status":"passed","time":{"start":1711529412009,"stop":1711529412086,"duration":77}},{"uid":"2d817da4d66e96b1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/2d817da4d66e96b1","status":"passed","time":{"start":1711487002681,"stop":1711487002792,"duration":111}},{"uid":"6a578ac37b10fab","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6a578ac37b10fab","status":"passed","time":{"start":1711400583437,"stop":1711400583541,"duration":104}},{"uid":"e0c74e8281511ea5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/e0c74e8281511ea5","status":"passed","time":{"start":1711314196575,"stop":1711314196741,"duration":166}},{"uid":"4f222b032c23f887","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/4f222b032c23f887","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125}}]},"67b6aa6480be3aa554bf91f530b1e8a5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"b07ab0426201d428","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/b07ab0426201d428","status":"passed","time":{"start":1712610194979,"stop":1712610195174,"duration":195}},{"uid":"4edb98a3c5f95182","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/4edb98a3c5f95182","status":"passed","time":{"start":1712524087800,"stop":1712524088153,"duration":353}},{"uid":"e8f7f01ee59265b8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e8f7f01ee59265b8","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378}},{"uid":"4e497a47bd4bfa82","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/4e497a47bd4bfa82","status":"passed","time":{"start":1712350983741,"stop":1712350983898,"duration":157}},{"uid":"86e08d6edc2ee646","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/86e08d6edc2ee646","status":"passed","time":{"start":1712264597314,"stop":1712264597624,"duration":310}},{"uid":"e005705e7b9f943a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/e005705e7b9f943a","status":"passed","time":{"start":1712178197043,"stop":1712178197222,"duration":179}},{"uid":"bafdc592bc2d325b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/bafdc592bc2d325b","status":"passed","time":{"start":1712091823954,"stop":1712091824179,"duration":225}},{"uid":"b51c6f7a3edf8ec8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/b51c6f7a3edf8ec8","status":"passed","time":{"start":1712005384377,"stop":1712005384555,"duration":178}},{"uid":"841e840ebf66f7b0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/841e840ebf66f7b0","status":"passed","time":{"start":1711919276749,"stop":1711919277042,"duration":293}},{"uid":"1318ab4593e08f6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/1318ab4593e08f6","status":"passed","time":{"start":1711832880547,"stop":1711832880837,"duration":290}},{"uid":"9c2973548039aa9c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/9c2973548039aa9c","status":"passed","time":{"start":1711746174956,"stop":1711746175176,"duration":220}},{"uid":"167a4beb0581b514","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/167a4beb0581b514","status":"passed","time":{"start":1711659777440,"stop":1711659777535,"duration":95}},{"uid":"c23e08cc53d77779","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/c23e08cc53d77779","status":"passed","time":{"start":1711573391765,"stop":1711573391937,"duration":172}},{"uid":"a174de6f99c39dc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/a174de6f99c39dc5","status":"passed","time":{"start":1711536607512,"stop":1711536607805,"duration":293}},{"uid":"af7fcdd3b92514f0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/af7fcdd3b92514f0","status":"passed","time":{"start":1711529411867,"stop":1711529411994,"duration":127}},{"uid":"e2932ad03a436749","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/e2932ad03a436749","status":"passed","time":{"start":1711487002795,"stop":1711487002830,"duration":35}},{"uid":"a74e81092a9c6473","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/a74e81092a9c6473","status":"passed","time":{"start":1711400583544,"stop":1711400583575,"duration":31}},{"uid":"dcf89e98d4020474","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/dcf89e98d4020474","status":"passed","time":{"start":1711314196744,"stop":1711314196795,"duration":51}},{"uid":"35d27466fe7da4f3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/35d27466fe7da4f3","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23}}]},"ca04710a3832670638db92149fa7dd33":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"93c9da54232903bf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/93c9da54232903bf","status":"passed","time":{"start":1712610195187,"stop":1712610195221,"duration":34}},{"uid":"7823934fa4eef3ec","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/7823934fa4eef3ec","status":"passed","time":{"start":1712524088163,"stop":1712524088259,"duration":96}},{"uid":"b0af5e907264809b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/b0af5e907264809b","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84}},{"uid":"2eb41dcc0dcd7ad4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/2eb41dcc0dcd7ad4","status":"passed","time":{"start":1712350983916,"stop":1712350983951,"duration":35}},{"uid":"69eb6b6e2db86a61","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/69eb6b6e2db86a61","status":"passed","time":{"start":1712264597632,"stop":1712264597719,"duration":87}},{"uid":"73b33a2bebf0e5a9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/73b33a2bebf0e5a9","status":"passed","time":{"start":1712178197234,"stop":1712178197305,"duration":71}},{"uid":"d3cfa4703ed46288","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/d3cfa4703ed46288","status":"passed","time":{"start":1712091824184,"stop":1712091824225,"duration":41}},{"uid":"35d616cd9f258ffc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/35d616cd9f258ffc","status":"passed","time":{"start":1712005384561,"stop":1712005384600,"duration":39}},{"uid":"71b7964078f0cf5a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/71b7964078f0cf5a","status":"passed","time":{"start":1711919277048,"stop":1711919277141,"duration":93}},{"uid":"f9748c6866b246c5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/f9748c6866b246c5","status":"passed","time":{"start":1711832880842,"stop":1711832880934,"duration":92}},{"uid":"1d0515b550489657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1d0515b550489657","status":"passed","time":{"start":1711746175190,"stop":1711746175244,"duration":54}},{"uid":"1536004e45e622bc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/1536004e45e622bc","status":"passed","time":{"start":1711659777550,"stop":1711659777585,"duration":35}},{"uid":"58662a899279a2be","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/58662a899279a2be","status":"passed","time":{"start":1711573391947,"stop":1711573391985,"duration":38}},{"uid":"cb1cf4c91ee822b7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cb1cf4c91ee822b7","status":"passed","time":{"start":1711536607810,"stop":1711536607900,"duration":90}},{"uid":"ae91cc621a520943","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/ae91cc621a520943","status":"passed","time":{"start":1711529412090,"stop":1711529412112,"duration":22}},{"uid":"cb1231704cf22657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/cb1231704cf22657","status":"passed","time":{"start":1711487002984,"stop":1711487003022,"duration":38}},{"uid":"b4d25b09c24488fc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/b4d25b09c24488fc","status":"passed","time":{"start":1711400583712,"stop":1711400583745,"duration":33}},{"uid":"ed97d4b38e683454","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ed97d4b38e683454","status":"passed","time":{"start":1711314196991,"stop":1711314197044,"duration":53}},{"uid":"c04c9641d280d13b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/c04c9641d280d13b","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23}}]},"0332700ce8130763289fbde98b553996":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":19,"unknown":0,"total":19},"items":[{"uid":"14f5d5d618aa5ba0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/14f5d5d618aa5ba0","status":"passed","time":{"start":1712610195196,"stop":1712610195337,"duration":141}},{"uid":"6023ea7919fb56b4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/6023ea7919fb56b4","status":"passed","time":{"start":1712524088144,"stop":1712524088437,"duration":293}},{"uid":"a2b30cf799f22d4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/a2b30cf799f22d4b","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262}},{"uid":"60289363a837c085","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/60289363a837c085","status":"passed","time":{"start":1712350983921,"stop":1712350984069,"duration":148}},{"uid":"5aaa9b9d8c8e6589","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/5aaa9b9d8c8e6589","status":"passed","time":{"start":1712264597641,"stop":1712264597922,"duration":281}},{"uid":"d81f01fe9990da7a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/d81f01fe9990da7a","status":"passed","time":{"start":1712178197221,"stop":1712178197459,"duration":238}},{"uid":"715e4197ba29da8f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/715e4197ba29da8f","status":"passed","time":{"start":1712091824124,"stop":1712091824265,"duration":141}},{"uid":"362b14a52612e73b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/362b14a52612e73b","status":"passed","time":{"start":1712005384568,"stop":1712005384703,"duration":135}},{"uid":"5b08278c9c9ebaf2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5b08278c9c9ebaf2","status":"passed","time":{"start":1711919276949,"stop":1711919277227,"duration":278}},{"uid":"4edf84dfcd5476cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/4edf84dfcd5476cd","status":"passed","time":{"start":1711832880766,"stop":1711832881028,"duration":262}},{"uid":"bf0e06c76250286c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bf0e06c76250286c","status":"passed","time":{"start":1711746175185,"stop":1711746175284,"duration":99}},{"uid":"cd078ba7404141ea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/cd078ba7404141ea","status":"passed","time":{"start":1711659777504,"stop":1711659777629,"duration":125}},{"uid":"d961b4650a51c560","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d961b4650a51c560","status":"passed","time":{"start":1711573391956,"stop":1711573392058,"duration":102}},{"uid":"cea30bb085104e3c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cea30bb085104e3c","status":"passed","time":{"start":1711536607987,"stop":1711536608269,"duration":282}},{"uid":"a977952ff4f1e565","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/a977952ff4f1e565","status":"passed","time":{"start":1711529412045,"stop":1711529412075,"duration":30}},{"uid":"f62ef3ba75952c0d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/f62ef3ba75952c0d","status":"passed","time":{"start":1711487002865,"stop":1711487002925,"duration":60}},{"uid":"590966ffac6bb4df","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/590966ffac6bb4df","status":"passed","time":{"start":1711400583605,"stop":1711400583674,"duration":69}},{"uid":"ac9100de6ac4cb5c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ac9100de6ac4cb5c","status":"passed","time":{"start":1711314196828,"stop":1711314196935,"duration":107}},{"uid":"e69f62b66bcf2a18","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/e69f62b66bcf2a18","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33}}]},"198a0ff6abf3205fc1cabaf617ffa39d":{"statistic":{"failed":6,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":19},"items":[{"uid":"8fc5f51068ea4c44","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/8fc5f51068ea4c44","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712610197341,"stop":1712610197365,"duration":24}},{"uid":"60c40f06dcd88a1c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/60c40f06dcd88a1c","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712524090088,"stop":1712524090107,"duration":19}},{"uid":"e141b288d14c5d72","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e141b288d14c5d72","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712437659426,"stop":1712437659440,"duration":14}},{"uid":"8a3b5eb1ba9489ed","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/8a3b5eb1ba9489ed","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712350986125,"stop":1712350986156,"duration":31}},{"uid":"79323e898e87526e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/79323e898e87526e","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712264599695,"stop":1712264599709,"duration":14}},{"uid":"50a894cb0f19c3cf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/50a894cb0f19c3cf","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712178199407,"stop":1712178199432,"duration":25}},{"uid":"e366ae5b6bb85fe3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/e366ae5b6bb85fe3","status":"passed","time":{"start":1712091823935,"stop":1712091824082,"duration":147}},{"uid":"71597eff4a2c34f8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/71597eff4a2c34f8","status":"passed","time":{"start":1712005384363,"stop":1712005384531,"duration":168}},{"uid":"e8d23483e15a1fea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/e8d23483e15a1fea","status":"passed","time":{"start":1711919276719,"stop":1711919276775,"duration":56}},{"uid":"20197841e4661dd8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/20197841e4661dd8","status":"passed","time":{"start":1711832880607,"stop":1711832880701,"duration":94}},{"uid":"d5f234a580262ae7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/d5f234a580262ae7","status":"passed","time":{"start":1711746174943,"stop":1711746175154,"duration":211}},{"uid":"72b733254ec65733","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/72b733254ec65733","status":"passed","time":{"start":1711659777470,"stop":1711659777618,"duration":148}},{"uid":"324ccef04f09a3e4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/324ccef04f09a3e4","status":"passed","time":{"start":1711573391755,"stop":1711573391896,"duration":141}},{"uid":"e0cdd46ec5fdd0f7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/e0cdd46ec5fdd0f7","status":"passed","time":{"start":1711536607471,"stop":1711536607544,"duration":73}},{"uid":"b1d16d3332b32dd5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/b1d16d3332b32dd5","status":"passed","time":{"start":1711529412003,"stop":1711529412019,"duration":16}},{"uid":"1d2d7723e5a3cd0f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/1d2d7723e5a3cd0f","status":"passed","time":{"start":1711487002833,"stop":1711487002862,"duration":29}},{"uid":"c316be632f87c981","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/c316be632f87c981","status":"passed","time":{"start":1711400583578,"stop":1711400583602,"duration":24}},{"uid":"8e9475294f538b62","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/8e9475294f538b62","status":"passed","time":{"start":1711314196798,"stop":1711314196824,"duration":26}},{"uid":"27bc6f92f9dffe4d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/27bc6f92f9dffe4d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18}}]}} \ No newline at end of file +{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"6377da23f444f60","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/6377da23f444f60","status":"passed","time":{"start":1712696603912,"stop":1712696604054,"duration":142}},{"uid":"3c3f186f6a0a4d7d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/3c3f186f6a0a4d7d","status":"passed","time":{"start":1712610195178,"stop":1712610195236,"duration":58}},{"uid":"b5517cd932d67411","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/b5517cd932d67411","status":"passed","time":{"start":1712524088142,"stop":1712524088390,"duration":248}},{"uid":"7a8b63ab8860b108","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/7a8b63ab8860b108","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236}},{"uid":"bd0f8530b10d5c8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/bd0f8530b10d5c8","status":"passed","time":{"start":1712350983907,"stop":1712350983972,"duration":65}},{"uid":"71a9fdc834aaeba5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/71a9fdc834aaeba5","status":"passed","time":{"start":1712264597603,"stop":1712264597860,"duration":257}},{"uid":"6b64872f0fa78ad9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/6b64872f0fa78ad9","status":"passed","time":{"start":1712178197325,"stop":1712178197461,"duration":136}},{"uid":"1c01d88fdcb31ac6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/1c01d88fdcb31ac6","status":"passed","time":{"start":1712091824116,"stop":1712091824238,"duration":122}},{"uid":"f010fd51bb073f58","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/f010fd51bb073f58","status":"passed","time":{"start":1712005384578,"stop":1712005384615,"duration":37}},{"uid":"a08f91662d2b1149","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/a08f91662d2b1149","status":"passed","time":{"start":1711919276805,"stop":1711919277032,"duration":227}},{"uid":"c8f33f3b92f5e862","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/c8f33f3b92f5e862","status":"passed","time":{"start":1711832880917,"stop":1711832881144,"duration":227}},{"uid":"bef3e0c3c0fdca43","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bef3e0c3c0fdca43","status":"passed","time":{"start":1711746175192,"stop":1711746175253,"duration":61}},{"uid":"14e0de4ef4e8e440","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/14e0de4ef4e8e440","status":"passed","time":{"start":1711659777639,"stop":1711659777674,"duration":35}},{"uid":"d6ec3c411a6a4f4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d6ec3c411a6a4f4b","status":"passed","time":{"start":1711573391957,"stop":1711573391997,"duration":40}},{"uid":"9290d90718310b52","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/9290d90718310b52","status":"passed","time":{"start":1711536607946,"stop":1711536608198,"duration":252}},{"uid":"2373f4d9cf3b80cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/2373f4d9cf3b80cd","status":"passed","time":{"start":1711529412094,"stop":1711529412124,"duration":30}},{"uid":"c4c76c890b702f7c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/c4c76c890b702f7c","status":"passed","time":{"start":1711487002928,"stop":1711487002981,"duration":53}},{"uid":"6e3d724fa115e86a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6e3d724fa115e86a","status":"passed","time":{"start":1711400583677,"stop":1711400583710,"duration":33}},{"uid":"b68828ca412ec421","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/b68828ca412ec421","status":"passed","time":{"start":1711314196938,"stop":1711314196988,"duration":50}},{"uid":"b5e18440bef9063e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/b5e18440bef9063e","status":"passed","time":{"start":1711227837775,"stop":1711227837805,"duration":30}}]},"d679b4702b34d0a0eb52253442f4ac90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"cf8020530b51d383","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/cf8020530b51d383","status":"passed","time":{"start":1712696603528,"stop":1712696603901,"duration":373}},{"uid":"e504a2c6ff7aedd2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/e504a2c6ff7aedd2","status":"passed","time":{"start":1712610194976,"stop":1712610195166,"duration":190}},{"uid":"d1a6d94f52f32f0a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/d1a6d94f52f32f0a","status":"passed","time":{"start":1712524087785,"stop":1712524088133,"duration":348}},{"uid":"cfc9a2ec147f8102","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/cfc9a2ec147f8102","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380}},{"uid":"81e57788eaaddca7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/81e57788eaaddca7","status":"passed","time":{"start":1712350983731,"stop":1712350983894,"duration":163}},{"uid":"cacc6f14dcf85f1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/cacc6f14dcf85f1","status":"passed","time":{"start":1712264597405,"stop":1712264597594,"duration":189}},{"uid":"79e564263af1bfd7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/79e564263af1bfd7","status":"passed","time":{"start":1712178196946,"stop":1712178197310,"duration":364}},{"uid":"b4729858d7de3101","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/b4729858d7de3101","status":"passed","time":{"start":1712091823945,"stop":1712091824111,"duration":166}},{"uid":"ed60569d5a428f8d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/ed60569d5a428f8d","status":"passed","time":{"start":1712005384368,"stop":1712005384572,"duration":204}},{"uid":"5887ff03007468a4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5887ff03007468a4","status":"passed","time":{"start":1711919276519,"stop":1711919276799,"duration":280}},{"uid":"d20fe8d5cb348d53","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/d20fe8d5cb348d53","status":"passed","time":{"start":1711832880605,"stop":1711832880911,"duration":306}},{"uid":"1292b06c4bf56bc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1292b06c4bf56bc5","status":"passed","time":{"start":1711746174958,"stop":1711746175178,"duration":220}},{"uid":"a868337226e225b2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/a868337226e225b2","status":"passed","time":{"start":1711659777465,"stop":1711659777630,"duration":165}},{"uid":"a8beb0622c800bd6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/a8beb0622c800bd6","status":"passed","time":{"start":1711573391770,"stop":1711573391941,"duration":171}},{"uid":"5e05825875cdd83f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/5e05825875cdd83f","status":"passed","time":{"start":1711536607653,"stop":1711536607940,"duration":287}},{"uid":"1e684d157eaebdba","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/1e684d157eaebdba","status":"passed","time":{"start":1711529412009,"stop":1711529412086,"duration":77}},{"uid":"2d817da4d66e96b1","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/2d817da4d66e96b1","status":"passed","time":{"start":1711487002681,"stop":1711487002792,"duration":111}},{"uid":"6a578ac37b10fab","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/6a578ac37b10fab","status":"passed","time":{"start":1711400583437,"stop":1711400583541,"duration":104}},{"uid":"e0c74e8281511ea5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/e0c74e8281511ea5","status":"passed","time":{"start":1711314196575,"stop":1711314196741,"duration":166}},{"uid":"4f222b032c23f887","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/4f222b032c23f887","status":"passed","time":{"start":1711227837557,"stop":1711227837682,"duration":125}}]},"67b6aa6480be3aa554bf91f530b1e8a5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"35757710218746b6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/35757710218746b6","status":"passed","time":{"start":1712696603501,"stop":1712696603884,"duration":383}},{"uid":"b07ab0426201d428","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/b07ab0426201d428","status":"passed","time":{"start":1712610194979,"stop":1712610195174,"duration":195}},{"uid":"4edb98a3c5f95182","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/4edb98a3c5f95182","status":"passed","time":{"start":1712524087800,"stop":1712524088153,"duration":353}},{"uid":"e8f7f01ee59265b8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e8f7f01ee59265b8","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378}},{"uid":"4e497a47bd4bfa82","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/4e497a47bd4bfa82","status":"passed","time":{"start":1712350983741,"stop":1712350983898,"duration":157}},{"uid":"86e08d6edc2ee646","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/86e08d6edc2ee646","status":"passed","time":{"start":1712264597314,"stop":1712264597624,"duration":310}},{"uid":"e005705e7b9f943a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/e005705e7b9f943a","status":"passed","time":{"start":1712178197043,"stop":1712178197222,"duration":179}},{"uid":"bafdc592bc2d325b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/bafdc592bc2d325b","status":"passed","time":{"start":1712091823954,"stop":1712091824179,"duration":225}},{"uid":"b51c6f7a3edf8ec8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/b51c6f7a3edf8ec8","status":"passed","time":{"start":1712005384377,"stop":1712005384555,"duration":178}},{"uid":"841e840ebf66f7b0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/841e840ebf66f7b0","status":"passed","time":{"start":1711919276749,"stop":1711919277042,"duration":293}},{"uid":"1318ab4593e08f6","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/1318ab4593e08f6","status":"passed","time":{"start":1711832880547,"stop":1711832880837,"duration":290}},{"uid":"9c2973548039aa9c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/9c2973548039aa9c","status":"passed","time":{"start":1711746174956,"stop":1711746175176,"duration":220}},{"uid":"167a4beb0581b514","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/167a4beb0581b514","status":"passed","time":{"start":1711659777440,"stop":1711659777535,"duration":95}},{"uid":"c23e08cc53d77779","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/c23e08cc53d77779","status":"passed","time":{"start":1711573391765,"stop":1711573391937,"duration":172}},{"uid":"a174de6f99c39dc5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/a174de6f99c39dc5","status":"passed","time":{"start":1711536607512,"stop":1711536607805,"duration":293}},{"uid":"af7fcdd3b92514f0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/af7fcdd3b92514f0","status":"passed","time":{"start":1711529411867,"stop":1711529411994,"duration":127}},{"uid":"e2932ad03a436749","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/e2932ad03a436749","status":"passed","time":{"start":1711487002795,"stop":1711487002830,"duration":35}},{"uid":"a74e81092a9c6473","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/a74e81092a9c6473","status":"passed","time":{"start":1711400583544,"stop":1711400583575,"duration":31}},{"uid":"dcf89e98d4020474","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/dcf89e98d4020474","status":"passed","time":{"start":1711314196744,"stop":1711314196795,"duration":51}},{"uid":"35d27466fe7da4f3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/35d27466fe7da4f3","status":"passed","time":{"start":1711227837689,"stop":1711227837712,"duration":23}}]},"ca04710a3832670638db92149fa7dd33":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"eed3cbb5c9e82ede","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/eed3cbb5c9e82ede","status":"passed","time":{"start":1712696603892,"stop":1712696603981,"duration":89}},{"uid":"93c9da54232903bf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/93c9da54232903bf","status":"passed","time":{"start":1712610195187,"stop":1712610195221,"duration":34}},{"uid":"7823934fa4eef3ec","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/7823934fa4eef3ec","status":"passed","time":{"start":1712524088163,"stop":1712524088259,"duration":96}},{"uid":"b0af5e907264809b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/b0af5e907264809b","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84}},{"uid":"2eb41dcc0dcd7ad4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/2eb41dcc0dcd7ad4","status":"passed","time":{"start":1712350983916,"stop":1712350983951,"duration":35}},{"uid":"69eb6b6e2db86a61","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/69eb6b6e2db86a61","status":"passed","time":{"start":1712264597632,"stop":1712264597719,"duration":87}},{"uid":"73b33a2bebf0e5a9","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/73b33a2bebf0e5a9","status":"passed","time":{"start":1712178197234,"stop":1712178197305,"duration":71}},{"uid":"d3cfa4703ed46288","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/d3cfa4703ed46288","status":"passed","time":{"start":1712091824184,"stop":1712091824225,"duration":41}},{"uid":"35d616cd9f258ffc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/35d616cd9f258ffc","status":"passed","time":{"start":1712005384561,"stop":1712005384600,"duration":39}},{"uid":"71b7964078f0cf5a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/71b7964078f0cf5a","status":"passed","time":{"start":1711919277048,"stop":1711919277141,"duration":93}},{"uid":"f9748c6866b246c5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/f9748c6866b246c5","status":"passed","time":{"start":1711832880842,"stop":1711832880934,"duration":92}},{"uid":"1d0515b550489657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/1d0515b550489657","status":"passed","time":{"start":1711746175190,"stop":1711746175244,"duration":54}},{"uid":"1536004e45e622bc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/1536004e45e622bc","status":"passed","time":{"start":1711659777550,"stop":1711659777585,"duration":35}},{"uid":"58662a899279a2be","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/58662a899279a2be","status":"passed","time":{"start":1711573391947,"stop":1711573391985,"duration":38}},{"uid":"cb1cf4c91ee822b7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cb1cf4c91ee822b7","status":"passed","time":{"start":1711536607810,"stop":1711536607900,"duration":90}},{"uid":"ae91cc621a520943","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/ae91cc621a520943","status":"passed","time":{"start":1711529412090,"stop":1711529412112,"duration":22}},{"uid":"cb1231704cf22657","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/cb1231704cf22657","status":"passed","time":{"start":1711487002984,"stop":1711487003022,"duration":38}},{"uid":"b4d25b09c24488fc","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/b4d25b09c24488fc","status":"passed","time":{"start":1711400583712,"stop":1711400583745,"duration":33}},{"uid":"ed97d4b38e683454","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ed97d4b38e683454","status":"passed","time":{"start":1711314196991,"stop":1711314197044,"duration":53}},{"uid":"c04c9641d280d13b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/c04c9641d280d13b","status":"passed","time":{"start":1711227837809,"stop":1711227837832,"duration":23}}]},"0332700ce8130763289fbde98b553996":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":20,"unknown":0,"total":20},"items":[{"uid":"4881dab424fc6388","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/4881dab424fc6388","status":"passed","time":{"start":1712696603900,"stop":1712696604176,"duration":276}},{"uid":"14f5d5d618aa5ba0","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/14f5d5d618aa5ba0","status":"passed","time":{"start":1712610195196,"stop":1712610195337,"duration":141}},{"uid":"6023ea7919fb56b4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/6023ea7919fb56b4","status":"passed","time":{"start":1712524088144,"stop":1712524088437,"duration":293}},{"uid":"a2b30cf799f22d4b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/a2b30cf799f22d4b","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262}},{"uid":"60289363a837c085","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/60289363a837c085","status":"passed","time":{"start":1712350983921,"stop":1712350984069,"duration":148}},{"uid":"5aaa9b9d8c8e6589","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/5aaa9b9d8c8e6589","status":"passed","time":{"start":1712264597641,"stop":1712264597922,"duration":281}},{"uid":"d81f01fe9990da7a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/d81f01fe9990da7a","status":"passed","time":{"start":1712178197221,"stop":1712178197459,"duration":238}},{"uid":"715e4197ba29da8f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/715e4197ba29da8f","status":"passed","time":{"start":1712091824124,"stop":1712091824265,"duration":141}},{"uid":"362b14a52612e73b","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/362b14a52612e73b","status":"passed","time":{"start":1712005384568,"stop":1712005384703,"duration":135}},{"uid":"5b08278c9c9ebaf2","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/5b08278c9c9ebaf2","status":"passed","time":{"start":1711919276949,"stop":1711919277227,"duration":278}},{"uid":"4edf84dfcd5476cd","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/4edf84dfcd5476cd","status":"passed","time":{"start":1711832880766,"stop":1711832881028,"duration":262}},{"uid":"bf0e06c76250286c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/bf0e06c76250286c","status":"passed","time":{"start":1711746175185,"stop":1711746175284,"duration":99}},{"uid":"cd078ba7404141ea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/cd078ba7404141ea","status":"passed","time":{"start":1711659777504,"stop":1711659777629,"duration":125}},{"uid":"d961b4650a51c560","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/d961b4650a51c560","status":"passed","time":{"start":1711573391956,"stop":1711573392058,"duration":102}},{"uid":"cea30bb085104e3c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/cea30bb085104e3c","status":"passed","time":{"start":1711536607987,"stop":1711536608269,"duration":282}},{"uid":"a977952ff4f1e565","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/a977952ff4f1e565","status":"passed","time":{"start":1711529412045,"stop":1711529412075,"duration":30}},{"uid":"f62ef3ba75952c0d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/f62ef3ba75952c0d","status":"passed","time":{"start":1711487002865,"stop":1711487002925,"duration":60}},{"uid":"590966ffac6bb4df","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/590966ffac6bb4df","status":"passed","time":{"start":1711400583605,"stop":1711400583674,"duration":69}},{"uid":"ac9100de6ac4cb5c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/ac9100de6ac4cb5c","status":"passed","time":{"start":1711314196828,"stop":1711314196935,"duration":107}},{"uid":"e69f62b66bcf2a18","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/e69f62b66bcf2a18","status":"passed","time":{"start":1711227837737,"stop":1711227837770,"duration":33}}]},"198a0ff6abf3205fc1cabaf617ffa39d":{"statistic":{"failed":7,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":20},"items":[{"uid":"4c6fcfef5c4b643a","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60//#testresult/4c6fcfef5c4b643a","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712696605973,"stop":1712696606015,"duration":42}},{"uid":"8fc5f51068ea4c44","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59//#testresult/8fc5f51068ea4c44","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712610197341,"stop":1712610197365,"duration":24}},{"uid":"60c40f06dcd88a1c","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58//#testresult/60c40f06dcd88a1c","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712524090088,"stop":1712524090107,"duration":19}},{"uid":"e141b288d14c5d72","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57//#testresult/e141b288d14c5d72","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712437659426,"stop":1712437659440,"duration":14}},{"uid":"8a3b5eb1ba9489ed","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56//#testresult/8a3b5eb1ba9489ed","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712350986125,"stop":1712350986156,"duration":31}},{"uid":"79323e898e87526e","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55//#testresult/79323e898e87526e","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712264599695,"stop":1712264599709,"duration":14}},{"uid":"50a894cb0f19c3cf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54//#testresult/50a894cb0f19c3cf","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712178199407,"stop":1712178199432,"duration":25}},{"uid":"e366ae5b6bb85fe3","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53//#testresult/e366ae5b6bb85fe3","status":"passed","time":{"start":1712091823935,"stop":1712091824082,"duration":147}},{"uid":"71597eff4a2c34f8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52//#testresult/71597eff4a2c34f8","status":"passed","time":{"start":1712005384363,"stop":1712005384531,"duration":168}},{"uid":"e8d23483e15a1fea","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51//#testresult/e8d23483e15a1fea","status":"passed","time":{"start":1711919276719,"stop":1711919276775,"duration":56}},{"uid":"20197841e4661dd8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50//#testresult/20197841e4661dd8","status":"passed","time":{"start":1711832880607,"stop":1711832880701,"duration":94}},{"uid":"d5f234a580262ae7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49//#testresult/d5f234a580262ae7","status":"passed","time":{"start":1711746174943,"stop":1711746175154,"duration":211}},{"uid":"72b733254ec65733","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48//#testresult/72b733254ec65733","status":"passed","time":{"start":1711659777470,"stop":1711659777618,"duration":148}},{"uid":"324ccef04f09a3e4","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47//#testresult/324ccef04f09a3e4","status":"passed","time":{"start":1711573391755,"stop":1711573391896,"duration":141}},{"uid":"e0cdd46ec5fdd0f7","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46//#testresult/e0cdd46ec5fdd0f7","status":"passed","time":{"start":1711536607471,"stop":1711536607544,"duration":73}},{"uid":"b1d16d3332b32dd5","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45//#testresult/b1d16d3332b32dd5","status":"passed","time":{"start":1711529412003,"stop":1711529412019,"duration":16}},{"uid":"1d2d7723e5a3cd0f","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43//#testresult/1d2d7723e5a3cd0f","status":"passed","time":{"start":1711487002833,"stop":1711487002862,"duration":29}},{"uid":"c316be632f87c981","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42//#testresult/c316be632f87c981","status":"passed","time":{"start":1711400583578,"stop":1711400583602,"duration":24}},{"uid":"8e9475294f538b62","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41//#testresult/8e9475294f538b62","status":"passed","time":{"start":1711314196798,"stop":1711314196824,"duration":26}},{"uid":"27bc6f92f9dffe4d","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40//#testresult/27bc6f92f9dffe4d","status":"passed","time":{"start":1711227837716,"stop":1711227837734,"duration":18}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 6ab251bc..6942540f 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":40,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/40/","reportName":"Allure Report with history","data":{"run":6,"retry":0}}] \ No newline at end of file +[{"buildOrder":60,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/60/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":59,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/59/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":58,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/58/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":57,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":56,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/56/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":55,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/55/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":54,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/54/","reportName":"Allure Report with history","data":{"run":6,"retry":1}},{"buildOrder":53,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/53/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":52,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/52/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":51,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/51/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":50,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/50/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":49,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/49/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":48,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/48/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":47,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/47/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":46,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/46/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":45,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/45/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":44,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/44/","reportName":"Allure Report with history","data":{"run":0,"retry":0}},{"buildOrder":43,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/43/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":42,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/42/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":41,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/41/","reportName":"Allure Report with history","data":{"run":6,"retry":0}}] \ No newline at end of file