From c2023ae5aa36b7f9e53267ca010692215af47d6a Mon Sep 17 00:00:00 2001 From: tauqirsarwar1 Date: Sat, 6 Apr 2024 21:07:59 +0000 Subject: [PATCH] deploy: 79d5c80122331343f0cb327a8769590b9eedf61d --- 37/data/behaviors.json | 1 - 37/data/categories.csv | 0 37/data/categories.json | 1 - 37/data/packages.json | 1 - 37/data/suites.csv | 7 ------- 37/data/suites.json | 1 - 37/data/test-cases/3f6c26bd5dd27f8.json | 1 - 37/data/test-cases/66438b461521d876.json | 1 - 37/data/test-cases/acf411ea90c77319.json | 1 - 37/data/test-cases/beb5b91da00294cf.json | 1 - 37/data/test-cases/c2f3e925490cca57.json | 1 - 37/data/test-cases/eca88a5b96106064.json | 1 - 37/data/timeline.json | 1 - 37/export/influxDbData.txt | 11 ----------- 37/export/prometheusData.txt | 11 ----------- 37/history/categories-trend.json | 1 - 37/history/duration-trend.json | 1 - 37/history/history-trend.json | 1 - 37/history/history.json | 1 - 37/history/retry-trend.json | 1 - 37/widgets/behaviors.json | 1 - 37/widgets/categories-trend.json | 1 - 37/widgets/categories.json | 1 - 37/widgets/duration-trend.json | 1 - 37/widgets/duration.json | 1 - 37/widgets/executors.json | 1 - 37/widgets/history-trend.json | 1 - 37/widgets/retry-trend.json | 1 - 37/widgets/severity.json | 1 - 37/widgets/status-chart.json | 1 - 37/widgets/summary.json | 1 - {37 => 57}/app.js | 0 {37 => 57}/data/behaviors.csv | 2 +- 57/data/behaviors.json | 1 + 57/data/categories.csv | 2 ++ 57/data/categories.json | 1 + 57/data/packages.json | 1 + 57/data/suites.csv | 7 +++++++ 57/data/suites.json | 1 + 57/data/test-cases/7a8b63ab8860b108.json | 1 + 57/data/test-cases/a2b30cf799f22d4b.json | 1 + 57/data/test-cases/b0af5e907264809b.json | 1 + 57/data/test-cases/cfc9a2ec147f8102.json | 1 + 57/data/test-cases/e141b288d14c5d72.json | 1 + 57/data/test-cases/e8f7f01ee59265b8.json | 1 + 57/data/test-cases/e9986b369c855d74.json | 1 + 57/data/timeline.json | 1 + 57/export/influxDbData.txt | 12 ++++++++++++ {37 => 57}/export/mail.html | 0 57/export/prometheusData.txt | 12 ++++++++++++ {37 => 57}/favicon.ico | Bin 57/history/categories-trend.json | 1 + 57/history/duration-trend.json | 1 + 57/history/history-trend.json | 1 + 57/history/history.json | 1 + 57/history/retry-trend.json | 1 + {37 => 57}/index.html | 2 +- {37 => 57}/plugin/behaviors/index.js | 0 {37 => 57}/plugin/packages/index.js | 0 {37 => 57}/plugin/screen-diff/index.js | 0 {37 => 57}/plugin/screen-diff/styles.css | 0 {37 => 57}/styles.css | 0 57/widgets/behaviors.json | 1 + 57/widgets/categories-trend.json | 1 + 57/widgets/categories.json | 1 + 57/widgets/duration-trend.json | 1 + 57/widgets/duration.json | 1 + {37 => 57}/widgets/environment.json | 0 57/widgets/executors.json | 1 + 57/widgets/history-trend.json | 1 + {37 => 57}/widgets/launch.json | 0 57/widgets/retry-trend.json | 1 + 57/widgets/severity.json | 1 + 57/widgets/status-chart.json | 1 + {37 => 57}/widgets/suites.json | 0 57/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 37/data/behaviors.json delete mode 100644 37/data/categories.csv delete mode 100644 37/data/categories.json delete mode 100644 37/data/packages.json delete mode 100644 37/data/suites.csv delete mode 100644 37/data/suites.json delete mode 100644 37/data/test-cases/3f6c26bd5dd27f8.json delete mode 100644 37/data/test-cases/66438b461521d876.json delete mode 100644 37/data/test-cases/acf411ea90c77319.json delete mode 100644 37/data/test-cases/beb5b91da00294cf.json delete mode 100644 37/data/test-cases/c2f3e925490cca57.json delete mode 100644 37/data/test-cases/eca88a5b96106064.json delete mode 100644 37/data/timeline.json delete mode 100644 37/export/influxDbData.txt delete mode 100644 37/export/prometheusData.txt delete mode 100644 37/history/categories-trend.json delete mode 100644 37/history/duration-trend.json delete mode 100644 37/history/history-trend.json delete mode 100644 37/history/history.json delete mode 100644 37/history/retry-trend.json delete mode 100644 37/widgets/behaviors.json delete mode 100644 37/widgets/categories-trend.json delete mode 100644 37/widgets/categories.json delete mode 100644 37/widgets/duration-trend.json delete mode 100644 37/widgets/duration.json delete mode 100644 37/widgets/executors.json delete mode 100644 37/widgets/history-trend.json delete mode 100644 37/widgets/retry-trend.json delete mode 100644 37/widgets/severity.json delete mode 100644 37/widgets/status-chart.json delete mode 100644 37/widgets/summary.json rename {37 => 57}/app.js (100%) rename {37 => 57}/data/behaviors.csv (54%) create mode 100644 57/data/behaviors.json create mode 100644 57/data/categories.csv create mode 100644 57/data/categories.json create mode 100644 57/data/packages.json create mode 100644 57/data/suites.csv create mode 100644 57/data/suites.json create mode 100644 57/data/test-cases/7a8b63ab8860b108.json create mode 100644 57/data/test-cases/a2b30cf799f22d4b.json create mode 100644 57/data/test-cases/b0af5e907264809b.json create mode 100644 57/data/test-cases/cfc9a2ec147f8102.json create mode 100644 57/data/test-cases/e141b288d14c5d72.json create mode 100644 57/data/test-cases/e8f7f01ee59265b8.json create mode 100644 57/data/test-cases/e9986b369c855d74.json create mode 100644 57/data/timeline.json create mode 100644 57/export/influxDbData.txt rename {37 => 57}/export/mail.html (100%) create mode 100644 57/export/prometheusData.txt rename {37 => 57}/favicon.ico (100%) create mode 100644 57/history/categories-trend.json create mode 100644 57/history/duration-trend.json create mode 100644 57/history/history-trend.json create mode 100644 57/history/history.json create mode 100644 57/history/retry-trend.json rename {37 => 57}/index.html (94%) rename {37 => 57}/plugin/behaviors/index.js (100%) rename {37 => 57}/plugin/packages/index.js (100%) rename {37 => 57}/plugin/screen-diff/index.js (100%) rename {37 => 57}/plugin/screen-diff/styles.css (100%) rename {37 => 57}/styles.css (100%) create mode 100644 57/widgets/behaviors.json create mode 100644 57/widgets/categories-trend.json create mode 100644 57/widgets/categories.json create mode 100644 57/widgets/duration-trend.json create mode 100644 57/widgets/duration.json rename {37 => 57}/widgets/environment.json (100%) create mode 100644 57/widgets/executors.json create mode 100644 57/widgets/history-trend.json rename {37 => 57}/widgets/launch.json (100%) create mode 100644 57/widgets/retry-trend.json create mode 100644 57/widgets/severity.json create mode 100644 57/widgets/status-chart.json rename {37 => 57}/widgets/suites.json (100%) create mode 100644 57/widgets/summary.json diff --git a/37/data/behaviors.json b/37/data/behaviors.json deleted file mode 100644 index 5aad6d10..00000000 --- a/37/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":"acf411ea90c77319","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"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":"3f6c26bd5dd27f8","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"66438b461521d876","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"beb5b91da00294cf","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"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":"eca88a5b96106064","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c2f3e925490cca57","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"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/37/data/categories.csv b/37/data/categories.csv deleted file mode 100644 index e69de29b..00000000 diff --git a/37/data/categories.json b/37/data/categories.json deleted file mode 100644 index 58619be4..00000000 --- a/37/data/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/37/data/packages.json b/37/data/packages.json deleted file mode 100644 index 921a9176..00000000 --- a/37/data/packages.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"Test POST Call [post_payload_1.json]","uid":"acf411ea90c77319","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"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":"3f6c26bd5dd27f8","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"66438b461521d876","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"beb5b91da00294cf","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"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":"eca88a5b96106064","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c2f3e925490cca57","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"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/37/data/suites.csv b/37/data/suites.csv deleted file mode 100644 index d9c40d53..00000000 --- a/37/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","Fri Mar 22 12:34:53 GMT 2024","Fri Mar 22 12:34:54 GMT 2024","260","","","","","","Test UPDATE call [put_payload_1.json]","" -"passed","Fri Mar 22 12:34:53 GMT 2024","Fri Mar 22 12:34:53 GMT 2024","92","","","","","","Test POST Call [post_payload_2.json]","" -"passed","Fri Mar 22 12:34:53 GMT 2024","Fri Mar 22 12:34:53 GMT 2024","14","","","","","","Test GET Call","" -"passed","Fri Mar 22 12:34:53 GMT 2024","Fri Mar 22 12:34:53 GMT 2024","284","","","","","","Test POST Call [post_payload_1.json]","" -"passed","Fri Mar 22 12:34:54 GMT 2024","Fri Mar 22 12:34:54 GMT 2024","245","","","","","","Test UPDATE call [put_payload_2.json]","" -"passed","Fri Mar 22 12:34:54 GMT 2024","Fri Mar 22 12:34:54 GMT 2024","91","","","","","","Test DELETE Call","" diff --git a/37/data/suites.json b/37/data/suites.json deleted file mode 100644 index 3196b308..00000000 --- a/37/data/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"Test POST Call [post_payload_1.json]","uid":"acf411ea90c77319","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"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":"3f6c26bd5dd27f8","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"66438b461521d876","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"beb5b91da00294cf","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"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":"eca88a5b96106064","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"c2f3e925490cca57","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"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/37/data/test-cases/3f6c26bd5dd27f8.json b/37/data/test-cases/3f6c26bd5dd27f8.json deleted file mode 100644 index 541052c1..00000000 --- a/37/data/test-cases/3f6c26bd5dd27f8.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"3f6c26bd5dd27f8","name":"Test POST Call [post_payload_2.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"67b6aa6480be3aa554bf91f530b1e8a5","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"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":1711110893822,"stop":1711110893822,"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":1711110893822,"stop":1711110893822,"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":1711110893822,"stop":1711110893822,"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":1711110893823,"stop":1711110893913,"duration":90},"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":1711110893914,"stop":1711110893914,"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":1711110893914,"stop":1711110893914,"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-az1412-61"},{"name":"thread","value":"2337-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":"3f6c26bd5dd27f8.json","parameterValues":["post_payload_2.json"]} \ No newline at end of file diff --git a/37/data/test-cases/66438b461521d876.json b/37/data/test-cases/66438b461521d876.json deleted file mode 100644 index 2892d21d..00000000 --- a/37/data/test-cases/66438b461521d876.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"66438b461521d876","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"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":1711110893917,"stop":1711110893917,"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":1711110893918,"stop":1711110893918,"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":1711110893918,"stop":1711110893918,"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":1711110893918,"stop":1711110893931,"duration":13},"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":1711110893931,"stop":1711110893931,"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":1711110893931,"stop":1711110893931,"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-az1412-61"},{"name":"thread","value":"2337-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":"66438b461521d876.json","parameterValues":[]} \ No newline at end of file diff --git a/37/data/test-cases/acf411ea90c77319.json b/37/data/test-cases/acf411ea90c77319.json deleted file mode 100644 index 6056611b..00000000 --- a/37/data/test-cases/acf411ea90c77319.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"acf411ea90c77319","name":"Test POST Call [post_payload_1.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"d679b4702b34d0a0eb52253442f4ac90","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"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":1711110893534,"stop":1711110893535,"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":1711110893535,"stop":1711110893535,"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":1711110893535,"stop":1711110893535,"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":1711110893535,"stop":1711110893817,"duration":282},"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":1711110893818,"stop":1711110893818,"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":1711110893818,"stop":1711110893818,"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-az1412-61"},{"name":"thread","value":"2337-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":"acf411ea90c77319.json","parameterValues":["post_payload_1.json"]} \ No newline at end of file diff --git a/37/data/test-cases/beb5b91da00294cf.json b/37/data/test-cases/beb5b91da00294cf.json deleted file mode 100644 index a39d67b5..00000000 --- a/37/data/test-cases/beb5b91da00294cf.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"beb5b91da00294cf","name":"Test UPDATE call [put_payload_1.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"0332700ce8130763289fbde98b553996","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"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":1711110893935,"stop":1711110893935,"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":1711110893935,"stop":1711110893935,"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":1711110893936,"stop":1711110893936,"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_1.json'","time":{"start":1711110893936,"stop":1711110894194,"duration":258},"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":1711110894195,"stop":1711110894195,"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":1711110894195,"stop":1711110894195,"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-az1412-61"},{"name":"thread","value":"2337-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":"beb5b91da00294cf.json","parameterValues":["put_payload_1.json"]} \ No newline at end of file diff --git a/37/data/test-cases/c2f3e925490cca57.json b/37/data/test-cases/c2f3e925490cca57.json deleted file mode 100644 index 8e034c27..00000000 --- a/37/data/test-cases/c2f3e925490cca57.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"c2f3e925490cca57","name":"Test DELETE Call","fullName":"api/api_tests.feature:Test DELETE Call","historyId":"ca04710a3832670638db92149fa7dd33","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"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":1711110894448,"stop":1711110894448,"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":1711110894449,"stop":1711110894449,"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":1711110894449,"stop":1711110894449,"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":1711110894449,"stop":1711110894538,"duration":89},"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":1711110894538,"stop":1711110894539,"duration":1},"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":1711110894539,"stop":1711110894539,"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-az1412-61"},{"name":"thread","value":"2337-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":"c2f3e925490cca57.json","parameterValues":[]} \ No newline at end of file diff --git a/37/data/test-cases/eca88a5b96106064.json b/37/data/test-cases/eca88a5b96106064.json deleted file mode 100644 index c8f7ee9d..00000000 --- a/37/data/test-cases/eca88a5b96106064.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"eca88a5b96106064","name":"Test UPDATE call [put_payload_2.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"6e540e8673c9e8315c70a440ca2d056c","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"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":1711110894200,"stop":1711110894200,"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":1711110894200,"stop":1711110894200,"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":1711110894201,"stop":1711110894201,"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":1711110894201,"stop":1711110894444,"duration":243},"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":1711110894445,"stop":1711110894445,"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":1711110894445,"stop":1711110894445,"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-az1412-61"},{"name":"thread","value":"2337-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":"eca88a5b96106064.json","parameterValues":["put_payload_2.json"]} \ No newline at end of file diff --git a/37/data/timeline.json b/37/data/timeline.json deleted file mode 100644 index 06e1ba15..00000000 --- a/37/data/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az1412-61","children":[{"name":"2337-MainThread","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"3f6c26bd5dd27f8","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test GET Call","uid":"66438b461521d876","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test DELETE Call","uid":"c2f3e925490cca57","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"beb5b91da00294cf","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test POST Call [post_payload_1.json]","uid":"acf411ea90c77319","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"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":"eca88a5b96106064","parentUid":"a2ffd265e3b4fc4c52248caada5d08cb","status":"passed","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]}],"uid":"a2ffd265e3b4fc4c52248caada5d08cb"}],"uid":"5cec8c1594de402ead3dbfad63a755cb"}],"name":"timeline"} \ No newline at end of file diff --git a/37/export/influxDbData.txt b/37/export/influxDbData.txt deleted file mode 100644 index 707171b2..00000000 --- a/37/export/influxDbData.txt +++ /dev/null @@ -1,11 +0,0 @@ -launch_status failed=0 1711110904000000000 -launch_status broken=0 1711110904000000000 -launch_status passed=6 1711110904000000000 -launch_status skipped=0 1711110904000000000 -launch_status unknown=0 1711110904000000000 -launch_time duration=1005 1711110904000000000 -launch_time min_duration=14 1711110904000000000 -launch_time max_duration=284 1711110904000000000 -launch_time sum_duration=986 1711110904000000000 -launch_retries retries=0 1711110904000000000 -launch_retries run=6 1711110904000000000 diff --git a/37/export/prometheusData.txt b/37/export/prometheusData.txt deleted file mode 100644 index 7b34c9e2..00000000 --- a/37/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 1005 -launch_time_min_duration 14 -launch_time_max_duration 284 -launch_time_sum_duration 986 -launch_retries_retries 0 -launch_retries_run 6 diff --git a/37/history/categories-trend.json b/37/history/categories-trend.json deleted file mode 100644 index 6a790584..00000000 --- a/37/history/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/37/history/duration-trend.json b/37/history/duration-trend.json deleted file mode 100644 index 96903507..00000000 --- a/37/history/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{"duration":1005}},{"data":{}}] \ No newline at end of file diff --git a/37/history/history-trend.json b/37/history/history-trend.json deleted file mode 100644 index c1874824..00000000 --- a/37/history/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","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/37/history/history.json b/37/history/history.json deleted file mode 100644 index d272a74e..00000000 --- a/37/history/history.json +++ /dev/null @@ -1 +0,0 @@ -{"67b6aa6480be3aa554bf91f530b1e8a5":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"3f6c26bd5dd27f8","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/3f6c26bd5dd27f8","status":"passed","time":{"start":1711110893822,"stop":1711110893914,"duration":92}}]},"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"eca88a5b96106064","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/eca88a5b96106064","status":"passed","time":{"start":1711110894200,"stop":1711110894445,"duration":245}}]},"d679b4702b34d0a0eb52253442f4ac90":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"acf411ea90c77319","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/acf411ea90c77319","status":"passed","time":{"start":1711110893534,"stop":1711110893818,"duration":284}}]},"ca04710a3832670638db92149fa7dd33":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"c2f3e925490cca57","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/c2f3e925490cca57","status":"passed","time":{"start":1711110894448,"stop":1711110894539,"duration":91}}]},"0332700ce8130763289fbde98b553996":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"beb5b91da00294cf","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/beb5b91da00294cf","status":"passed","time":{"start":1711110893935,"stop":1711110894195,"duration":260}}]},"198a0ff6abf3205fc1cabaf617ffa39d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"66438b461521d876","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37//#testresult/66438b461521d876","status":"passed","time":{"start":1711110893917,"stop":1711110893931,"duration":14}}]}} \ No newline at end of file diff --git a/37/history/retry-trend.json b/37/history/retry-trend.json deleted file mode 100644 index 2e3bd797..00000000 --- a/37/history/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/37/widgets/behaviors.json b/37/widgets/behaviors.json deleted file mode 100644 index 369eb8bb..00000000 --- a/37/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/37/widgets/categories-trend.json b/37/widgets/categories-trend.json deleted file mode 100644 index 6a790584..00000000 --- a/37/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/37/widgets/categories.json b/37/widgets/categories.json deleted file mode 100644 index a527ade7..00000000 --- a/37/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":0,"items":[]} \ No newline at end of file diff --git a/37/widgets/duration-trend.json b/37/widgets/duration-trend.json deleted file mode 100644 index 96903507..00000000 --- a/37/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{"duration":1005}},{"data":{}}] \ No newline at end of file diff --git a/37/widgets/duration.json b/37/widgets/duration.json deleted file mode 100644 index 106724a6..00000000 --- a/37/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"beb5b91da00294cf","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"status":"passed","severity":"normal"},{"uid":"3f6c26bd5dd27f8","name":"Test POST Call [post_payload_2.json]","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"status":"passed","severity":"normal"},{"uid":"66438b461521d876","name":"Test GET Call","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"status":"passed","severity":"normal"},{"uid":"acf411ea90c77319","name":"Test POST Call [post_payload_1.json]","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"status":"passed","severity":"normal"},{"uid":"eca88a5b96106064","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"status":"passed","severity":"normal"},{"uid":"c2f3e925490cca57","name":"Test DELETE Call","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/37/widgets/executors.json b/37/widgets/executors.json deleted file mode 100644 index 0182455c..00000000 --- a/37/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://tweag.github.io/pytest-automation-boilerplate","buildOrder":37,"buildName":"GitHub Actions Run #8390343687","buildUrl":"https://github.com/tweag/pytest-automation-boilerplate/actions/runs/8390343687","reportName":"Allure Report with history","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/"}] \ No newline at end of file diff --git a/37/widgets/history-trend.json b/37/widgets/history-trend.json deleted file mode 100644 index c1874824..00000000 --- a/37/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","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/37/widgets/retry-trend.json b/37/widgets/retry-trend.json deleted file mode 100644 index 2e3bd797..00000000 --- a/37/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":37,"reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/37/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/37/widgets/severity.json b/37/widgets/severity.json deleted file mode 100644 index 6f5b00df..00000000 --- a/37/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"acf411ea90c77319","name":"Test POST Call [post_payload_1.json]","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"status":"passed","severity":"normal"},{"uid":"eca88a5b96106064","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"status":"passed","severity":"normal"},{"uid":"3f6c26bd5dd27f8","name":"Test POST Call [post_payload_2.json]","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"status":"passed","severity":"normal"},{"uid":"66438b461521d876","name":"Test GET Call","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"status":"passed","severity":"normal"},{"uid":"c2f3e925490cca57","name":"Test DELETE Call","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"status":"passed","severity":"normal"},{"uid":"beb5b91da00294cf","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/37/widgets/status-chart.json b/37/widgets/status-chart.json deleted file mode 100644 index 106724a6..00000000 --- a/37/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"beb5b91da00294cf","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1711110893935,"stop":1711110894195,"duration":260},"status":"passed","severity":"normal"},{"uid":"3f6c26bd5dd27f8","name":"Test POST Call [post_payload_2.json]","time":{"start":1711110893822,"stop":1711110893914,"duration":92},"status":"passed","severity":"normal"},{"uid":"66438b461521d876","name":"Test GET Call","time":{"start":1711110893917,"stop":1711110893931,"duration":14},"status":"passed","severity":"normal"},{"uid":"acf411ea90c77319","name":"Test POST Call [post_payload_1.json]","time":{"start":1711110893534,"stop":1711110893818,"duration":284},"status":"passed","severity":"normal"},{"uid":"eca88a5b96106064","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1711110894200,"stop":1711110894445,"duration":245},"status":"passed","severity":"normal"},{"uid":"c2f3e925490cca57","name":"Test DELETE Call","time":{"start":1711110894448,"stop":1711110894539,"duration":91},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/37/widgets/summary.json b/37/widgets/summary.json deleted file mode 100644 index 7f840d5d..00000000 --- a/37/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":1711110893534,"stop":1711110894539,"duration":1005,"minDuration":14,"maxDuration":284,"sumDuration":986}} \ No newline at end of file diff --git a/37/app.js b/57/app.js similarity index 100% rename from 37/app.js rename to 57/app.js diff --git a/37/data/behaviors.csv b/57/data/behaviors.csv similarity index 54% rename from 37/data/behaviors.csv rename to 57/data/behaviors.csv index 9b0bad34..4ada8645 100644 --- a/37/data/behaviors.csv +++ b/57/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/57/data/behaviors.json b/57/data/behaviors.json new file mode 100644 index 00000000..86de31b6 --- /dev/null +++ b/57/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":"e8f7f01ee59265b8","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"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":"cfc9a2ec147f8102","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"b0af5e907264809b","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"7a8b63ab8860b108","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"a2b30cf799f22d4b","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test GET Call","uid":"e141b288d14c5d72","parentUid":"44a84cb4c19cf11dcdcdcc0f1fe02d9a","status":"failed","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"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/57/data/categories.csv b/57/data/categories.csv new file mode 100644 index 00000000..320df48c --- /dev/null +++ b/57/data/categories.csv @@ -0,0 +1,2 @@ +"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" +"Product defects","1","0","0","0","0" diff --git a/57/data/categories.json b/57/data/categories.json new file mode 100644 index 00000000..f6af5650 --- /dev/null +++ b/57/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":"e141b288d14c5d72","parentUid":"832d54c66a6d73d27f13c4f0522c348b","status":"failed","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"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/57/data/packages.json b/57/data/packages.json new file mode 100644 index 00000000..091790e9 --- /dev/null +++ b/57/data/packages.json @@ -0,0 +1 @@ +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"e8f7f01ee59265b8","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"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":"cfc9a2ec147f8102","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"b0af5e907264809b","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"7a8b63ab8860b108","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"a2b30cf799f22d4b","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test GET Call","uid":"e141b288d14c5d72","parentUid":"83edc06c07f9ae9e47eb6dd1b683e4e2","status":"failed","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"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/57/data/suites.csv b/57/data/suites.csv new file mode 100644 index 00000000..df09ae8a --- /dev/null +++ b/57/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" +"passed","Sat Apr 06 21:07:37 GMT 2024","Sat Apr 06 21:07:37 GMT 2024","236","","","","","","Test UPDATE call [put_payload_2.json]","" +"passed","Sat Apr 06 21:07:37 GMT 2024","Sat Apr 06 21:07:37 GMT 2024","378","","","","","","Test POST Call [post_payload_2.json]","" +"passed","Sat Apr 06 21:07:37 GMT 2024","Sat Apr 06 21:07:37 GMT 2024","380","","","","","","Test POST Call [post_payload_1.json]","" +"passed","Sat Apr 06 21:07:37 GMT 2024","Sat Apr 06 21:07:37 GMT 2024","262","","","","","","Test UPDATE call [put_payload_1.json]","" +"failed","Sat Apr 06 21:07:39 GMT 2024","Sat Apr 06 21:07:39 GMT 2024","14","","","","","","Test GET Call","" +"passed","Sat Apr 06 21:07:37 GMT 2024","Sat Apr 06 21:07:37 GMT 2024","84","","","","","","Test DELETE Call","" diff --git a/57/data/suites.json b/57/data/suites.json new file mode 100644 index 00000000..271e10d8 --- /dev/null +++ b/57/data/suites.json @@ -0,0 +1 @@ +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"e8f7f01ee59265b8","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"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":"cfc9a2ec147f8102","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]},{"name":"Test DELETE Call","uid":"b0af5e907264809b","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test UPDATE call [put_payload_2.json]","uid":"7a8b63ab8860b108","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_2.json"],"tags":[]},{"name":"Test UPDATE call [put_payload_1.json]","uid":"a2b30cf799f22d4b","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]},{"name":"Test GET Call","uid":"e141b288d14c5d72","parentUid":"98d3104e051c652961429bf95fa0b5d6","status":"failed","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"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/57/data/test-cases/7a8b63ab8860b108.json b/57/data/test-cases/7a8b63ab8860b108.json new file mode 100644 index 00000000..2368328d --- /dev/null +++ b/57/data/test-cases/7a8b63ab8860b108.json @@ -0,0 +1 @@ +{"uid":"7a8b63ab8860b108","name":"Test UPDATE call [put_payload_2.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"6e540e8673c9e8315c70a440ca2d056c","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"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":1712437657488,"stop":1712437657488,"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":1712437657489,"stop":1712437657489,"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":1712437657489,"stop":1712437657489,"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":1712437657489,"stop":1712437657723,"duration":234},"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":1712437657724,"stop":1712437657724,"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":1712437657724,"stop":1712437657724,"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-az1809-82"},{"name":"thread","value":"2311-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":17,"unknown":0,"total":17},"items":[{"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":"7a8b63ab8860b108.json","parameterValues":["put_payload_2.json"]} \ No newline at end of file diff --git a/57/data/test-cases/a2b30cf799f22d4b.json b/57/data/test-cases/a2b30cf799f22d4b.json new file mode 100644 index 00000000..764b3ca3 --- /dev/null +++ b/57/data/test-cases/a2b30cf799f22d4b.json @@ -0,0 +1 @@ +{"uid":"a2b30cf799f22d4b","name":"Test UPDATE call [put_payload_1.json]","fullName":"api/api_tests.feature:Test UPDATE call","historyId":"0332700ce8130763289fbde98b553996","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"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":1712437657500,"stop":1712437657500,"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":1712437657500,"stop":1712437657500,"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":1712437657500,"stop":1712437657500,"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_1.json'","time":{"start":1712437657501,"stop":1712437657760,"duration":259},"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":1712437657760,"stop":1712437657760,"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":1712437657760,"stop":1712437657761,"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-az1809-82"},{"name":"thread","value":"2314-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":17,"unknown":0,"total":17},"items":[{"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":"a2b30cf799f22d4b.json","parameterValues":["put_payload_1.json"]} \ No newline at end of file diff --git a/57/data/test-cases/b0af5e907264809b.json b/57/data/test-cases/b0af5e907264809b.json new file mode 100644 index 00000000..0fd6f5cd --- /dev/null +++ b/57/data/test-cases/b0af5e907264809b.json @@ -0,0 +1 @@ +{"uid":"b0af5e907264809b","name":"Test DELETE Call","fullName":"api/api_tests.feature:Test DELETE Call","historyId":"ca04710a3832670638db92149fa7dd33","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"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":1712437657466,"stop":1712437657466,"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":1712437657466,"stop":1712437657467,"duration":1},"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":1712437657467,"stop":1712437657467,"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":1712437657467,"stop":1712437657550,"duration":83},"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":1712437657550,"stop":1712437657550,"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":1712437657550,"stop":1712437657550,"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-az1809-82"},{"name":"thread","value":"2317-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":17,"unknown":0,"total":17},"items":[{"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":"b0af5e907264809b.json","parameterValues":[]} \ No newline at end of file diff --git a/57/data/test-cases/cfc9a2ec147f8102.json b/57/data/test-cases/cfc9a2ec147f8102.json new file mode 100644 index 00000000..e7923da3 --- /dev/null +++ b/57/data/test-cases/cfc9a2ec147f8102.json @@ -0,0 +1 @@ +{"uid":"cfc9a2ec147f8102","name":"Test POST Call [post_payload_1.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"d679b4702b34d0a0eb52253442f4ac90","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"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":1712437657104,"stop":1712437657104,"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":1712437657104,"stop":1712437657104,"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":1712437657105,"stop":1712437657105,"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":1712437657105,"stop":1712437657482,"duration":377},"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":1712437657483,"stop":1712437657483,"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":1712437657483,"stop":1712437657483,"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-az1809-82"},{"name":"thread","value":"2311-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":17,"unknown":0,"total":17},"items":[{"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":"cfc9a2ec147f8102.json","parameterValues":["post_payload_1.json"]} \ No newline at end of file diff --git a/57/data/test-cases/e141b288d14c5d72.json b/57/data/test-cases/e141b288d14c5d72.json new file mode 100644 index 00000000..5468a273 --- /dev/null +++ b/57/data/test-cases/e141b288d14c5d72.json @@ -0,0 +1 @@ +{"uid":"e141b288d14c5d72","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"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":1712437659427,"stop":1712437659427,"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":1712437659427,"stop":1712437659427,"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":1712437659427,"stop":1712437659427,"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":1712437659427,"stop":1712437659439,"duration":12},"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":1712437659439,"stop":1712437659439,"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-az1809-82"},{"name":"thread","value":"2320-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":"e9986b369c855d74","status":"failed","statusDetails":"AssertionError: Expected <200> to be equal to <2000>, but was not.","time":{"start":1712437657093,"stop":1712437657259,"duration":166}}],"categories":[{"name":"Product defects","matchedStatuses":[],"flaky":false}],"history":{"statistic":{"failed":4,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":17},"items":[{"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":"e141b288d14c5d72.json","parameterValues":[]} \ No newline at end of file diff --git a/57/data/test-cases/e8f7f01ee59265b8.json b/57/data/test-cases/e8f7f01ee59265b8.json new file mode 100644 index 00000000..19bc1795 --- /dev/null +++ b/57/data/test-cases/e8f7f01ee59265b8.json @@ -0,0 +1 @@ +{"uid":"e8f7f01ee59265b8","name":"Test POST Call [post_payload_2.json]","fullName":"api/api_tests.feature:Test POST Call","historyId":"67b6aa6480be3aa554bf91f530b1e8a5","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"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":1712437657082,"stop":1712437657083,"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":1712437657083,"stop":1712437657083,"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":1712437657083,"stop":1712437657083,"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":1712437657083,"stop":1712437657459,"duration":376},"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":1712437657459,"stop":1712437657460,"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":1712437657460,"stop":1712437657460,"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-az1809-82"},{"name":"thread","value":"2317-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":17,"unknown":0,"total":17},"items":[{"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":"e8f7f01ee59265b8.json","parameterValues":["post_payload_2.json"]} \ No newline at end of file diff --git a/57/data/test-cases/e9986b369c855d74.json b/57/data/test-cases/e9986b369c855d74.json new file mode 100644 index 00000000..97468905 --- /dev/null +++ b/57/data/test-cases/e9986b369c855d74.json @@ -0,0 +1 @@ +{"uid":"e9986b369c855d74","name":"Test GET Call","fullName":"api/api_tests.feature:Test GET Call","historyId":"198a0ff6abf3205fc1cabaf617ffa39d","time":{"start":1712437657093,"stop":1712437657259,"duration":166},"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":1712437657093,"stop":1712437657094,"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":1712437657094,"stop":1712437657094,"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":1712437657094,"stop":1712437657094,"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":1712437657095,"stop":1712437657257,"duration":162},"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":1712437657257,"stop":1712437657257,"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-az1809-82"},{"name":"thread","value":"2320-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":"e9986b369c855d74.json","parameterValues":[]} \ No newline at end of file diff --git a/57/data/timeline.json b/57/data/timeline.json new file mode 100644 index 00000000..a0c2f340 --- /dev/null +++ b/57/data/timeline.json @@ -0,0 +1 @@ +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az1809-82","children":[{"name":"2311-MainThread","children":[{"name":"Test UPDATE call [put_payload_2.json]","uid":"7a8b63ab8860b108","parentUid":"52b2f029ee929031d889a77b1be49d3e","status":"passed","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"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":"cfc9a2ec147f8102","parentUid":"52b2f029ee929031d889a77b1be49d3e","status":"passed","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_1.json"],"tags":[]}],"uid":"52b2f029ee929031d889a77b1be49d3e"},{"name":"2320-MainThread","children":[{"name":"Test GET Call","uid":"e9986b369c855d74","parentUid":"1c20015ff24d8c8f7f25d19823f5a897","status":"failed","time":{"start":1712437657093,"stop":1712437657259,"duration":166},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"Test GET Call","uid":"e141b288d14c5d72","parentUid":"1c20015ff24d8c8f7f25d19823f5a897","status":"failed","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":1,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1c20015ff24d8c8f7f25d19823f5a897"},{"name":"2314-MainThread","children":[{"name":"Test UPDATE call [put_payload_1.json]","uid":"a2b30cf799f22d4b","parentUid":"5df25023b1b8f0e4f667b25d041db29d","status":"passed","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["put_payload_1.json"],"tags":[]}],"uid":"5df25023b1b8f0e4f667b25d041db29d"},{"name":"2317-MainThread","children":[{"name":"Test POST Call [post_payload_2.json]","uid":"e8f7f01ee59265b8","parentUid":"922c8ac47f1cc85066cdcc87a1072128","status":"passed","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":["post_payload_2.json"],"tags":[]},{"name":"Test DELETE Call","uid":"b0af5e907264809b","parentUid":"922c8ac47f1cc85066cdcc87a1072128","status":"passed","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"922c8ac47f1cc85066cdcc87a1072128"}],"uid":"f217b14a28d9078e2ecc260f31e237ad"}],"name":"timeline"} \ No newline at end of file diff --git a/57/export/influxDbData.txt b/57/export/influxDbData.txt new file mode 100644 index 00000000..8ca863de --- /dev/null +++ b/57/export/influxDbData.txt @@ -0,0 +1,12 @@ +launch_status failed=1 1712437676000000000 +launch_status broken=0 1712437676000000000 +launch_status passed=5 1712437676000000000 +launch_status skipped=0 1712437676000000000 +launch_status unknown=0 1712437676000000000 +launch_time duration=2358 1712437676000000000 +launch_time min_duration=14 1712437676000000000 +launch_time max_duration=380 1712437676000000000 +launch_time sum_duration=1354 1712437676000000000 +launch_problems product_defects=1 1712437676000000000 +launch_retries retries=1 1712437676000000000 +launch_retries run=6 1712437676000000000 diff --git a/37/export/mail.html b/57/export/mail.html similarity index 100% rename from 37/export/mail.html rename to 57/export/mail.html diff --git a/57/export/prometheusData.txt b/57/export/prometheusData.txt new file mode 100644 index 00000000..bb3b8c32 --- /dev/null +++ b/57/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 2358 +launch_time_min_duration 14 +launch_time_max_duration 380 +launch_time_sum_duration 1354 +launch_problems_product_defects 1 +launch_retries_retries 1 +launch_retries_run 6 diff --git a/37/favicon.ico b/57/favicon.ico similarity index 100% rename from 37/favicon.ico rename to 57/favicon.ico diff --git a/57/history/categories-trend.json b/57/history/categories-trend.json new file mode 100644 index 00000000..df3314b4 --- /dev/null +++ b/57/history/categories-trend.json @@ -0,0 +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":{}},{"data":{}}] \ No newline at end of file diff --git a/57/history/duration-trend.json b/57/history/duration-trend.json new file mode 100644 index 00000000..417ae888 --- /dev/null +++ b/57/history/duration-trend.json @@ -0,0 +1 @@ +[{"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}},{"data":{}}] \ No newline at end of file diff --git a/57/history/history-trend.json b/57/history/history-trend.json new file mode 100644 index 00000000..30c60a93 --- /dev/null +++ b/57/history/history-trend.json @@ -0,0 +1 @@ +[{"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}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/57/history/history.json b/57/history/history.json new file mode 100644 index 00000000..3f9ee21f --- /dev/null +++ b/57/history/history.json @@ -0,0 +1 @@ +{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":4,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":17},"items":[{"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/57/history/retry-trend.json b/57/history/retry-trend.json new file mode 100644 index 00000000..b16d076b --- /dev/null +++ b/57/history/retry-trend.json @@ -0,0 +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}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/37/index.html b/57/index.html similarity index 94% rename from 37/index.html rename to 57/index.html index 243752e2..f9fb8a18 100644 --- a/37/index.html +++ b/57/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS'); gtag('allureVersion', 'dev') - gtag('reportUuid', '3db618c8-3675-404e-8c1c-19d270b31d31') + gtag('reportUuid', '9eb38265-1907-455c-9945-ce7e12d5ae94') diff --git a/37/plugin/behaviors/index.js b/57/plugin/behaviors/index.js similarity index 100% rename from 37/plugin/behaviors/index.js rename to 57/plugin/behaviors/index.js diff --git a/37/plugin/packages/index.js b/57/plugin/packages/index.js similarity index 100% rename from 37/plugin/packages/index.js rename to 57/plugin/packages/index.js diff --git a/37/plugin/screen-diff/index.js b/57/plugin/screen-diff/index.js similarity index 100% rename from 37/plugin/screen-diff/index.js rename to 57/plugin/screen-diff/index.js diff --git a/37/plugin/screen-diff/styles.css b/57/plugin/screen-diff/styles.css similarity index 100% rename from 37/plugin/screen-diff/styles.css rename to 57/plugin/screen-diff/styles.css diff --git a/37/styles.css b/57/styles.css similarity index 100% rename from 37/styles.css rename to 57/styles.css diff --git a/57/widgets/behaviors.json b/57/widgets/behaviors.json new file mode 100644 index 00000000..7a85d5a7 --- /dev/null +++ b/57/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/57/widgets/categories-trend.json b/57/widgets/categories-trend.json new file mode 100644 index 00000000..df3314b4 --- /dev/null +++ b/57/widgets/categories-trend.json @@ -0,0 +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":{}},{"data":{}}] \ No newline at end of file diff --git a/57/widgets/categories.json b/57/widgets/categories.json new file mode 100644 index 00000000..f0826878 --- /dev/null +++ b/57/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/57/widgets/duration-trend.json b/57/widgets/duration-trend.json new file mode 100644 index 00000000..417ae888 --- /dev/null +++ b/57/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"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}},{"data":{}}] \ No newline at end of file diff --git a/57/widgets/duration.json b/57/widgets/duration.json new file mode 100644 index 00000000..b296bcfd --- /dev/null +++ b/57/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"7a8b63ab8860b108","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"status":"passed","severity":"normal"},{"uid":"e8f7f01ee59265b8","name":"Test POST Call [post_payload_2.json]","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"status":"passed","severity":"normal"},{"uid":"cfc9a2ec147f8102","name":"Test POST Call [post_payload_1.json]","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"status":"passed","severity":"normal"},{"uid":"a2b30cf799f22d4b","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"status":"passed","severity":"normal"},{"uid":"e141b288d14c5d72","name":"Test GET Call","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"status":"failed","severity":"normal"},{"uid":"b0af5e907264809b","name":"Test DELETE Call","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/37/widgets/environment.json b/57/widgets/environment.json similarity index 100% rename from 37/widgets/environment.json rename to 57/widgets/environment.json diff --git a/57/widgets/executors.json b/57/widgets/executors.json new file mode 100644 index 00000000..543f69c8 --- /dev/null +++ b/57/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://tweag.github.io/pytest-automation-boilerplate","buildOrder":57,"buildName":"GitHub Actions Run #8583768568","buildUrl":"https://github.com/tweag/pytest-automation-boilerplate/actions/runs/8583768568","reportName":"Allure Report with history","reportUrl":"https://tweag.github.io/pytest-automation-boilerplate/57/"}] \ No newline at end of file diff --git a/57/widgets/history-trend.json b/57/widgets/history-trend.json new file mode 100644 index 00000000..30c60a93 --- /dev/null +++ b/57/widgets/history-trend.json @@ -0,0 +1 @@ +[{"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}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/37/widgets/launch.json b/57/widgets/launch.json similarity index 100% rename from 37/widgets/launch.json rename to 57/widgets/launch.json diff --git a/57/widgets/retry-trend.json b/57/widgets/retry-trend.json new file mode 100644 index 00000000..b16d076b --- /dev/null +++ b/57/widgets/retry-trend.json @@ -0,0 +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}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/57/widgets/severity.json b/57/widgets/severity.json new file mode 100644 index 00000000..05798f69 --- /dev/null +++ b/57/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"e8f7f01ee59265b8","name":"Test POST Call [post_payload_2.json]","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"status":"passed","severity":"normal"},{"uid":"e141b288d14c5d72","name":"Test GET Call","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"status":"failed","severity":"normal"},{"uid":"b0af5e907264809b","name":"Test DELETE Call","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"status":"passed","severity":"normal"},{"uid":"cfc9a2ec147f8102","name":"Test POST Call [post_payload_1.json]","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"status":"passed","severity":"normal"},{"uid":"7a8b63ab8860b108","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"status":"passed","severity":"normal"},{"uid":"a2b30cf799f22d4b","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/57/widgets/status-chart.json b/57/widgets/status-chart.json new file mode 100644 index 00000000..b296bcfd --- /dev/null +++ b/57/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"7a8b63ab8860b108","name":"Test UPDATE call [put_payload_2.json]","time":{"start":1712437657488,"stop":1712437657724,"duration":236},"status":"passed","severity":"normal"},{"uid":"e8f7f01ee59265b8","name":"Test POST Call [post_payload_2.json]","time":{"start":1712437657082,"stop":1712437657460,"duration":378},"status":"passed","severity":"normal"},{"uid":"cfc9a2ec147f8102","name":"Test POST Call [post_payload_1.json]","time":{"start":1712437657103,"stop":1712437657483,"duration":380},"status":"passed","severity":"normal"},{"uid":"a2b30cf799f22d4b","name":"Test UPDATE call [put_payload_1.json]","time":{"start":1712437657499,"stop":1712437657761,"duration":262},"status":"passed","severity":"normal"},{"uid":"e141b288d14c5d72","name":"Test GET Call","time":{"start":1712437659426,"stop":1712437659440,"duration":14},"status":"failed","severity":"normal"},{"uid":"b0af5e907264809b","name":"Test DELETE Call","time":{"start":1712437657466,"stop":1712437657550,"duration":84},"status":"passed","severity":"normal"}] \ No newline at end of file diff --git a/37/widgets/suites.json b/57/widgets/suites.json similarity index 100% rename from 37/widgets/suites.json rename to 57/widgets/suites.json diff --git a/57/widgets/summary.json b/57/widgets/summary.json new file mode 100644 index 00000000..088beef1 --- /dev/null +++ b/57/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":1712437657082,"stop":1712437659440,"duration":2358,"minDuration":14,"maxDuration":380,"sumDuration":1354}} \ No newline at end of file diff --git a/index.html b/index.html index b37c8503..456b72a4 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 8e345fc2..df3314b4 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +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":{}},{"data":{}}] \ No newline at end of file +[{"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":{}},{"data":{}}] \ No newline at end of file diff --git a/last-history/duration-trend.json b/last-history/duration-trend.json index 856c0b61..417ae888 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"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}},{"data":{}}] \ No newline at end of file +[{"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}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 0487c6d0..30c60a93 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"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}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"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}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/last-history/history.json b/last-history/history.json index 638cdbff..3f9ee21f 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"6e540e8673c9e8315c70a440ca2d056c":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":16,"unknown":0,"total":16},"items":[{"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":16,"unknown":0,"total":16},"items":[{"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":16,"unknown":0,"total":16},"items":[{"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":16,"unknown":0,"total":16},"items":[{"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":16,"unknown":0,"total":16},"items":[{"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":3,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":16},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":17,"unknown":0,"total":17},"items":[{"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":4,"broken":0,"skipped":0,"passed":13,"unknown":0,"total":17},"items":[{"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 9d3d69ee..b16d076b 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +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}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"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}},{"data":{"run":0,"retry":0}}] \ No newline at end of file