From 7065a30b5ab88fc9eff75aaeceef8a563e375b66 Mon Sep 17 00:00:00 2001 From: ZhikharevAl Date: Fri, 8 Nov 2024 06:35:23 +0000 Subject: [PATCH] Automated deployment: Fri Nov 8 06:35:23 UTC 2024 a36d962bcae5f13226c58ca99882b8f51f24f5cb --- 1/data/behaviors.csv | 2 -- 1/data/behaviors.json | 1 - 1/data/categories.csv | 2 -- 1/data/categories.json | 1 - 1/data/packages.json | 1 - 1/data/suites.csv | 2 -- 1/data/suites.json | 1 - 1/data/test-cases/f947cac58cd0110d.json | 1 - 1/data/timeline.json | 1 - 1/export/influxDbData.txt | 12 ------------ 1/export/prometheusData.txt | 12 ------------ 1/history/categories-trend.json | 1 - 1/history/duration-trend.json | 1 - 1/history/history-trend.json | 1 - 1/history/history.json | 1 - 1/history/retry-trend.json | 1 - 1/widgets/behaviors.json | 1 - 1/widgets/categories-trend.json | 1 - 1/widgets/categories.json | 1 - 1/widgets/duration-trend.json | 1 - 1/widgets/duration.json | 1 - 1/widgets/executors.json | 1 - 1/widgets/history-trend.json | 1 - 1/widgets/retry-trend.json | 1 - 1/widgets/severity.json | 1 - 1/widgets/status-chart.json | 1 - 1/widgets/suites.json | 1 - 1/widgets/summary.json | 1 - {1 => 22}/app.js | 0 22/data/behaviors.csv | 6 ++++++ 22/data/behaviors.json | 1 + 22/data/categories.csv | 0 22/data/categories.json | 1 + 22/data/packages.json | 1 + 22/data/suites.csv | 19 +++++++++++++++++++ 22/data/suites.json | 1 + 22/data/test-cases/1b99b52ca85c17c4.json | 1 + 22/data/test-cases/2264461ad822d37a.json | 1 + 22/data/test-cases/393a2a8f03cf36e4.json | 1 + 22/data/test-cases/935ae49db4cd6fda.json | 1 + 22/data/test-cases/b4d55d61e9412c83.json | 1 + 22/data/test-cases/bffcaabe3075c2dc.json | 1 + 22/data/timeline.json | 1 + 22/export/influxDbData.txt | 11 +++++++++++ {1 => 22}/export/mail.html | 0 22/export/prometheusData.txt | 11 +++++++++++ {1 => 22}/favicon.ico | Bin 22/history/categories-trend.json | 1 + 22/history/duration-trend.json | 1 + 22/history/history-trend.json | 1 + 22/history/history.json | 1 + 22/history/retry-trend.json | 1 + {1 => 22}/index.html | 2 +- {1 => 22}/plugin/behaviors/index.js | 0 {1 => 22}/plugin/packages/index.js | 0 {1 => 22}/plugin/screen-diff/index.js | 0 {1 => 22}/plugin/screen-diff/styles.css | 0 {1 => 22}/styles.css | 0 22/widgets/behaviors.json | 1 + 22/widgets/categories-trend.json | 1 + 22/widgets/categories.json | 1 + 22/widgets/duration-trend.json | 1 + 22/widgets/duration.json | 1 + {1 => 22}/widgets/environment.json | 0 22/widgets/executors.json | 1 + 22/widgets/history-trend.json | 1 + {1 => 22}/widgets/launch.json | 0 22/widgets/retry-trend.json | 1 + 22/widgets/severity.json | 1 + 22/widgets/status-chart.json | 1 + 22/widgets/suites.json | 1 + 22/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 +- 78 files changed, 82 insertions(+), 60 deletions(-) delete mode 100644 1/data/behaviors.csv delete mode 100644 1/data/behaviors.json delete mode 100644 1/data/categories.csv delete mode 100644 1/data/categories.json delete mode 100644 1/data/packages.json delete mode 100644 1/data/suites.csv delete mode 100644 1/data/suites.json delete mode 100644 1/data/test-cases/f947cac58cd0110d.json delete mode 100644 1/data/timeline.json delete mode 100644 1/export/influxDbData.txt delete mode 100644 1/export/prometheusData.txt delete mode 100644 1/history/categories-trend.json delete mode 100644 1/history/duration-trend.json delete mode 100644 1/history/history-trend.json delete mode 100644 1/history/history.json delete mode 100644 1/history/retry-trend.json delete mode 100644 1/widgets/behaviors.json delete mode 100644 1/widgets/categories-trend.json delete mode 100644 1/widgets/categories.json delete mode 100644 1/widgets/duration-trend.json delete mode 100644 1/widgets/duration.json delete mode 100644 1/widgets/executors.json delete mode 100644 1/widgets/history-trend.json delete mode 100644 1/widgets/retry-trend.json delete mode 100644 1/widgets/severity.json delete mode 100644 1/widgets/status-chart.json delete mode 100644 1/widgets/suites.json delete mode 100644 1/widgets/summary.json rename {1 => 22}/app.js (100%) create mode 100644 22/data/behaviors.csv create mode 100644 22/data/behaviors.json create mode 100644 22/data/categories.csv create mode 100644 22/data/categories.json create mode 100644 22/data/packages.json create mode 100644 22/data/suites.csv create mode 100644 22/data/suites.json create mode 100644 22/data/test-cases/1b99b52ca85c17c4.json create mode 100644 22/data/test-cases/2264461ad822d37a.json create mode 100644 22/data/test-cases/393a2a8f03cf36e4.json create mode 100644 22/data/test-cases/935ae49db4cd6fda.json create mode 100644 22/data/test-cases/b4d55d61e9412c83.json create mode 100644 22/data/test-cases/bffcaabe3075c2dc.json create mode 100644 22/data/timeline.json create mode 100644 22/export/influxDbData.txt rename {1 => 22}/export/mail.html (100%) create mode 100644 22/export/prometheusData.txt rename {1 => 22}/favicon.ico (100%) create mode 100644 22/history/categories-trend.json create mode 100644 22/history/duration-trend.json create mode 100644 22/history/history-trend.json create mode 100644 22/history/history.json create mode 100644 22/history/retry-trend.json rename {1 => 22}/index.html (94%) rename {1 => 22}/plugin/behaviors/index.js (100%) rename {1 => 22}/plugin/packages/index.js (100%) rename {1 => 22}/plugin/screen-diff/index.js (100%) rename {1 => 22}/plugin/screen-diff/styles.css (100%) rename {1 => 22}/styles.css (100%) create mode 100644 22/widgets/behaviors.json create mode 100644 22/widgets/categories-trend.json create mode 100644 22/widgets/categories.json create mode 100644 22/widgets/duration-trend.json create mode 100644 22/widgets/duration.json rename {1 => 22}/widgets/environment.json (100%) create mode 100644 22/widgets/executors.json create mode 100644 22/widgets/history-trend.json rename {1 => 22}/widgets/launch.json (100%) create mode 100644 22/widgets/retry-trend.json create mode 100644 22/widgets/severity.json create mode 100644 22/widgets/status-chart.json create mode 100644 22/widgets/suites.json create mode 100644 22/widgets/summary.json diff --git a/1/data/behaviors.csv b/1/data/behaviors.csv deleted file mode 100644 index 1618683..0000000 --- a/1/data/behaviors.csv +++ /dev/null @@ -1,2 +0,0 @@ -"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"","","","0","1","0","0","0" diff --git a/1/data/behaviors.json b/1/data/behaviors.json deleted file mode 100644 index 64ab999..0000000 --- a/1/data/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"test_home_page_loading","uid":"f947cac58cd0110d","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"broken","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"name":"behaviors"} \ No newline at end of file diff --git a/1/data/categories.csv b/1/data/categories.csv deleted file mode 100644 index f58b320..0000000 --- a/1/data/categories.csv +++ /dev/null @@ -1,2 +0,0 @@ -"Category","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" -"Test defects","0","1","0","0","0" diff --git a/1/data/categories.json b/1/data/categories.json deleted file mode 100644 index 8bc679b..0000000 --- a/1/data/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[{"name":"Test defects","children":[{"name":"playwright._impl._errors.TargetClosedError: BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n╔════════════════════════════════════════════════════════════════════════════════════════════════╗\n║ Looks like you launched a headed browser without having a XServer running. ║\n║ Set either 'headless: true' or use 'xvfb-run ' before running Playwright. ║\n║ ║\n║ <3 Playwright Team ║\n╚════════════════════════════════════════════════════════════════════════════════════════════════╝\nCall log:\n /home/runner/.cache/ms-playwright/chromium-1134/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-83jR63 --remote-debugging-pipe --no-startup-window\n - pid=5556\n - [pid=5556][err] [5556:5556:1022/203250.457901:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY\n - [pid=5556][err] [5556:5556:1022/203250.457925:ERROR:env.cc(258)] The platform failed to initialize. Exiting.","children":[{"name":"test_home_page_loading","uid":"f947cac58cd0110d","parentUid":"e27c5d68eef142ffaa0deb77d80b146d","status":"broken","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e27c5d68eef142ffaa0deb77d80b146d"}],"uid":"bdbf199525818fae7a8651db9eafe741"}],"name":"categories"} \ No newline at end of file diff --git a/1/data/packages.json b/1/data/packages.json deleted file mode 100644 index eb8d7f0..0000000 --- a/1/data/packages.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"tests.test_parabank","children":[{"name":"test_home_page_loading","uid":"f947cac58cd0110d","parentUid":"ffdbf2e8e486fb290701d7d8c777fd05","status":"broken","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"tests.test_parabank"}],"name":"packages"} \ No newline at end of file diff --git a/1/data/suites.csv b/1/data/suites.csv deleted file mode 100644 index 7aeb0e9..0000000 --- a/1/data/suites.csv +++ /dev/null @@ -1,2 +0,0 @@ -"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" -"broken","Tue Oct 22 20:32:50 GMT 2024","Tue Oct 22 20:32:50 GMT 2024","0","tests","test_parabank","","","","test_home_page_loading","The test checks that the main page is loaded." diff --git a/1/data/suites.json b/1/data/suites.json deleted file mode 100644 index f010cd6..0000000 --- a/1/data/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"tests","children":[{"name":"test_parabank","children":[{"name":"test_home_page_loading","uid":"f947cac58cd0110d","parentUid":"ef2a868733ce011c3dc3278b3a1158be","status":"broken","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ef2a868733ce011c3dc3278b3a1158be"}],"uid":"e387fa4bb326b54ea8c19c2822aba374"}],"name":"suites"} \ No newline at end of file diff --git a/1/data/test-cases/f947cac58cd0110d.json b/1/data/test-cases/f947cac58cd0110d.json deleted file mode 100644 index 8886e87..0000000 --- a/1/data/test-cases/f947cac58cd0110d.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"f947cac58cd0110d","name":"test_home_page_loading","fullName":"tests.test_parabank#test_home_page_loading","historyId":"d5bfb5644f48090b297243c5e70d92a2","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"description":"The test checks that the main page is loaded.","descriptionHtml":"

The test checks that the main page is loaded.

\n","status":"broken","statusMessage":"playwright._impl._errors.TargetClosedError: BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n╔════════════════════════════════════════════════════════════════════════════════════════════════╗\n║ Looks like you launched a headed browser without having a XServer running. ║\n║ Set either 'headless: true' or use 'xvfb-run ' before running Playwright. ║\n║ ║\n║ <3 Playwright Team ║\n╚════════════════════════════════════════════════════════════════════════════════════════════════╝\nCall log:\n /home/runner/.cache/ms-playwright/chromium-1134/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-83jR63 --remote-debugging-pipe --no-startup-window\n - pid=5556\n - [pid=5556][err] [5556:5556:1022/203250.457901:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY\n - [pid=5556][err] [5556:5556:1022/203250.457925:ERROR:env.cc(258)] The platform failed to initialize. Exiting.","statusTrace":"@pytest.fixture(autouse=True)\n def browser() -> Generator[Browser, None, None]:\n \"\"\"A fixture for starting and closing the browser.\"\"\"\n with sync_playwright() as p:\n> browser: Browser = p.chromium.launch(headless=False)\n\nconftest.py:12: \n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/sync_api/_generated.py:14153: in launch\n self._sync(\n/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_browser_type.py:95: in launch\n Browser, from_channel(await self._channel.send(\"launch\", params))\n/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_connection.py:59: in send\n return await self._connection.wrap_api_call(\n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ \n\nself = \ncb = . at 0x7f013a509580>\nis_internal = False\n\n async def wrap_api_call(\n self, cb: Callable[[], Any], is_internal: bool = False\n ) -> Any:\n if self._api_zone.get():\n return await cb()\n task = asyncio.current_task(self._loop)\n st: List[inspect.FrameInfo] = getattr(task, \"__pw_stack__\", inspect.stack())\n parsed_st = _extract_stack_trace_information_from_stack(st, is_internal)\n self._api_zone.set(parsed_st)\n try:\n return await cb()\n except Exception as error:\n> raise rewrite_error(error, f\"{parsed_st['apiName']}: {error}\") from None\nE playwright._impl._errors.TargetClosedError: BrowserType.launch: Target page, context or browser has been closed\nE Browser logs:\nE \nE ╔════════════════════════════════════════════════════════════════════════════════════════════════╗\nE ║ Looks like you launched a headed browser without having a XServer running. ║\nE ║ Set either 'headless: true' or use 'xvfb-run ' before running Playwright. ║\nE ║ ║\nE ║ <3 Playwright Team ║\nE ╚════════════════════════════════════════════════════════════════════════════════════════════════╝\nE Call log:\nE /home/runner/.cache/ms-playwright/chromium-1134/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-83jR63 --remote-debugging-pipe --no-startup-window\nE - pid=5556\nE - [pid=5556][err] [5556:5556:1022/203250.457901:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY\nE - [pid=5556][err] [5556:5556:1022/203250.457925:ERROR:env.cc(258)] The platform failed to initialize. Exiting.\n\n/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_connection.py:514: TargetClosedError","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1729629170116,"stop":1729629170116,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1729629170116,"stop":1729629170477,"duration":361},"status":"broken","statusMessage":"playwright._impl._errors.TargetClosedError: BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n╔════════════════════════════════════════════════════════════════════════════════════════════════╗\n║ Looks like you launched a headed browser without having a XServer running. ║\n║ Set either 'headless: true' or use 'xvfb-run ' before running Playwright. ║\n║ ║\n║ <3 Playwright Team ║\n╚════════════════════════════════════════════════════════════════════════════════════════════════╝\nCall log:\n /home/runner/.cache/ms-playwright/chromium-1134/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-83jR63 --remote-debugging-pipe --no-startup-window\n - pid=5556\n - [pid=5556][err] [5556:5556:1022/203250.457901:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY\n - [pid=5556][err] [5556:5556:1022/203250.457925:ERROR:env.cc(258)] The platform failed to initialize. Exiting.\n\n","statusTrace":" File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/pluggy/_callers.py\", line 167, in _multicall\n teardown.throw(outcome._exception)\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/_pytest/setuponly.py\", line 36, in pytest_fixture_setup\n return (yield)\n ^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/pluggy/_callers.py\", line 103, in _multicall\n res = hook_impl.function(*args)\n ^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/_pytest/fixtures.py\", line 1140, in pytest_fixture_setup\n result = call_fixture_func(fixturefunc, request, kwargs)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/_pytest/fixtures.py\", line 891, in call_fixture_func\n fixture_result = next(generator)\n ^^^^^^^^^^^^^^^\n File \"/home/runner/work/ParaBank/ParaBank/conftest.py\", line 12, in browser\n browser: Browser = p.chromium.launch(headless=False)\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/sync_api/_generated.py\", line 14153, in launch\n self._sync(\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_sync_base.py\", line 115, in _sync\n return task.result()\n ^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_browser_type.py\", line 95, in launch\n Browser, from_channel(await self._channel.send(\"launch\", params))\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_connection.py\", line 59, in send\n return await self._connection.wrap_api_call(\n ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n File \"/opt/hostedtoolcache/Python/3.12.7/x64/lib/python3.12/site-packages/playwright/_impl/_connection.py\", line 514, in wrap_api_call\n raise rewrite_error(error, f\"{parsed_st['apiName']}: {error}\") from None\n","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":true,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1729629170116,"stop":1729629170116,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1729629170116,"stop":1729629170116,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1729629170116,"stop":1729629170116,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"afterStages":[],"labels":[{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_parabank"},{"name":"host","value":"fv-az695-385"},{"name":"thread","value":"5544-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_parabank"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[{"name":"Test defects","matchedStatuses":[],"flaky":false}],"tags":[]},"source":"f947cac58cd0110d.json","parameterValues":[]} \ No newline at end of file diff --git a/1/data/timeline.json b/1/data/timeline.json deleted file mode 100644 index 2fd09aa..0000000 --- a/1/data/timeline.json +++ /dev/null @@ -1 +0,0 @@ -{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az695-385","children":[{"name":"5544-MainThread","children":[{"name":"test_home_page_loading","uid":"f947cac58cd0110d","parentUid":"0ff57a12ef350f1ad8b49bdd16fec92c","status":"broken","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"0ff57a12ef350f1ad8b49bdd16fec92c"}],"uid":"59910c28a2e66adc46567502bd47ee99"}],"name":"timeline"} \ No newline at end of file diff --git a/1/export/influxDbData.txt b/1/export/influxDbData.txt deleted file mode 100644 index b507415..0000000 --- a/1/export/influxDbData.txt +++ /dev/null @@ -1,12 +0,0 @@ -launch_status failed=0 1729629175000000000 -launch_status broken=1 1729629175000000000 -launch_status passed=0 1729629175000000000 -launch_status skipped=0 1729629175000000000 -launch_status unknown=0 1729629175000000000 -launch_time duration=0 1729629175000000000 -launch_time min_duration=0 1729629175000000000 -launch_time max_duration=0 1729629175000000000 -launch_time sum_duration=0 1729629175000000000 -launch_problems test_defects=1 1729629175000000000 -launch_retries retries=0 1729629175000000000 -launch_retries run=1 1729629175000000000 diff --git a/1/export/prometheusData.txt b/1/export/prometheusData.txt deleted file mode 100644 index eb418a1..0000000 --- a/1/export/prometheusData.txt +++ /dev/null @@ -1,12 +0,0 @@ -launch_status_failed 0 -launch_status_broken 1 -launch_status_passed 0 -launch_status_skipped 0 -launch_status_unknown 0 -launch_time_duration 0 -launch_time_min_duration 0 -launch_time_max_duration 0 -launch_time_sum_duration 0 -launch_problems_test_defects 1 -launch_retries_retries 0 -launch_retries_run 1 diff --git a/1/history/categories-trend.json b/1/history/categories-trend.json deleted file mode 100644 index 4be1088..0000000 --- a/1/history/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"Test defects":1}}] \ No newline at end of file diff --git a/1/history/duration-trend.json b/1/history/duration-trend.json deleted file mode 100644 index ffd62b6..0000000 --- a/1/history/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"duration":0}}] \ No newline at end of file diff --git a/1/history/history-trend.json b/1/history/history-trend.json deleted file mode 100644 index 7b21dcf..0000000 --- a/1/history/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}] \ No newline at end of file diff --git a/1/history/history.json b/1/history/history.json deleted file mode 100644 index a670816..0000000 --- a/1/history/history.json +++ /dev/null @@ -1 +0,0 @@ -{"d5bfb5644f48090b297243c5e70d92a2":{"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"items":[{"uid":"f947cac58cd0110d","reportUrl":"https://ZhikharevAl.github.io/ParaBank/1//#testresult/f947cac58cd0110d","status":"broken","statusDetails":"playwright._impl._errors.TargetClosedError: BrowserType.launch: Target page, context or browser has been closed\nBrowser logs:\n\n╔════════════════════════════════════════════════════════════════════════════════════════════════╗\n║ Looks like you launched a headed browser without having a XServer running. ║\n║ Set either 'headless: true' or use 'xvfb-run ' before running Playwright. ║\n║ ║\n║ <3 Playwright Team ║\n╚════════════════════════════════════════════════════════════════════════════════════════════════╝\nCall log:\n /home/runner/.cache/ms-playwright/chromium-1134/chrome-linux/chrome --disable-field-trial-config --disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-back-forward-cache --disable-breakpad --disable-client-side-phishing-detection --disable-component-extensions-with-background-pages --disable-component-update --no-default-browser-check --disable-default-apps --disable-dev-shm-usage --disable-extensions --disable-features=ImprovedCookieControls,LazyFrameLoading,GlobalMediaControls,DestroyProfileOnBrowserClose,MediaRouter,DialMediaRouteProvider,AcceptCHFrame,AutoExpandDetailsElement,CertificateTransparencyComponentUpdater,AvoidUnnecessaryBeforeUnloadCheckSync,Translate,HttpsUpgrades,PaintHolding,PlzDedicatedWorker --allow-pre-commit-input --disable-hang-monitor --disable-ipc-flooding-protection --disable-popup-blocking --disable-prompt-on-repost --disable-renderer-backgrounding --force-color-profile=srgb --metrics-recording-only --no-first-run --enable-automation --password-store=basic --use-mock-keychain --no-service-autorun --export-tagged-pdf --disable-search-engine-choice-screen --unsafely-disable-devtools-self-xss-warnings --no-sandbox --user-data-dir=/tmp/playwright_chromiumdev_profile-83jR63 --remote-debugging-pipe --no-startup-window\n - pid=5556\n - [pid=5556][err] [5556:5556:1022/203250.457901:ERROR:ozone_platform_x11.cc(244)] Missing X server or $DISPLAY\n - [pid=5556][err] [5556:5556:1022/203250.457925:ERROR:env.cc(258)] The platform failed to initialize. Exiting.","time":{"start":1729629170115,"stop":1729629170115,"duration":0}}]}} \ No newline at end of file diff --git a/1/history/retry-trend.json b/1/history/retry-trend.json deleted file mode 100644 index 8c8fb62..0000000 --- a/1/history/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"run":1,"retry":0}}] \ No newline at end of file diff --git a/1/widgets/behaviors.json b/1/widgets/behaviors.json deleted file mode 100644 index 9d57a84..0000000 --- a/1/widgets/behaviors.json +++ /dev/null @@ -1 +0,0 @@ -{"total":1,"items":[]} \ No newline at end of file diff --git a/1/widgets/categories-trend.json b/1/widgets/categories-trend.json deleted file mode 100644 index 4be1088..0000000 --- a/1/widgets/categories-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"Test defects":1}}] \ No newline at end of file diff --git a/1/widgets/categories.json b/1/widgets/categories.json deleted file mode 100644 index c4db438..0000000 --- a/1/widgets/categories.json +++ /dev/null @@ -1 +0,0 @@ -{"total":1,"items":[{"uid":"bdbf199525818fae7a8651db9eafe741","name":"Test defects","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/1/widgets/duration-trend.json b/1/widgets/duration-trend.json deleted file mode 100644 index ffd62b6..0000000 --- a/1/widgets/duration-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"duration":0}}] \ No newline at end of file diff --git a/1/widgets/duration.json b/1/widgets/duration.json deleted file mode 100644 index b2fddb3..0000000 --- a/1/widgets/duration.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f947cac58cd0110d","name":"test_home_page_loading","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"status":"broken","severity":"normal"}] \ No newline at end of file diff --git a/1/widgets/executors.json b/1/widgets/executors.json deleted file mode 100644 index 47725da..0000000 --- a/1/widgets/executors.json +++ /dev/null @@ -1 +0,0 @@ -[{"name":"GitHub Actions","type":"github","url":"https://ZhikharevAl.github.io/ParaBank","buildOrder":1,"buildName":"GitHub Actions Run #11468054359","buildUrl":"https://github.com/ZhikharevAl/ParaBank/actions/runs/11468054359","reportName":"Allure Report with history","reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/"}] \ No newline at end of file diff --git a/1/widgets/history-trend.json b/1/widgets/history-trend.json deleted file mode 100644 index 7b21dcf..0000000 --- a/1/widgets/history-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}] \ No newline at end of file diff --git a/1/widgets/retry-trend.json b/1/widgets/retry-trend.json deleted file mode 100644 index 8c8fb62..0000000 --- a/1/widgets/retry-trend.json +++ /dev/null @@ -1 +0,0 @@ -[{"buildOrder":1,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/1/","reportName":"Allure Report with history","data":{"run":1,"retry":0}}] \ No newline at end of file diff --git a/1/widgets/severity.json b/1/widgets/severity.json deleted file mode 100644 index b2fddb3..0000000 --- a/1/widgets/severity.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f947cac58cd0110d","name":"test_home_page_loading","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"status":"broken","severity":"normal"}] \ No newline at end of file diff --git a/1/widgets/status-chart.json b/1/widgets/status-chart.json deleted file mode 100644 index b2fddb3..0000000 --- a/1/widgets/status-chart.json +++ /dev/null @@ -1 +0,0 @@ -[{"uid":"f947cac58cd0110d","name":"test_home_page_loading","time":{"start":1729629170115,"stop":1729629170115,"duration":0},"status":"broken","severity":"normal"}] \ No newline at end of file diff --git a/1/widgets/suites.json b/1/widgets/suites.json deleted file mode 100644 index cd06b0f..0000000 --- a/1/widgets/suites.json +++ /dev/null @@ -1 +0,0 @@ -{"total":1,"items":[{"uid":"e387fa4bb326b54ea8c19c2822aba374","name":"tests","statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/1/widgets/summary.json b/1/widgets/summary.json deleted file mode 100644 index 9816ef1..0000000 --- a/1/widgets/summary.json +++ /dev/null @@ -1 +0,0 @@ -{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":1,"skipped":0,"passed":0,"unknown":0,"total":1},"time":{"start":1729629170115,"stop":1729629170115,"duration":0,"minDuration":0,"maxDuration":0,"sumDuration":0}} \ No newline at end of file diff --git a/1/app.js b/22/app.js similarity index 100% rename from 1/app.js rename to 22/app.js diff --git a/22/data/behaviors.csv b/22/data/behaviors.csv new file mode 100644 index 0000000..08f2b40 --- /dev/null +++ b/22/data/behaviors.csv @@ -0,0 +1,6 @@ +"Epic","Feature","Story","FAILED","BROKEN","PASSED","SKIPPED","UNKNOWN" +"Main Application","Home Page","Home Page Loading","0","0","1","0","0" +"","","","0","0","2","0","0" +"Main Application","UI Elements","Register Button Visibility","0","0","1","0","0" +"Main Application","Authentication","User Authentication","0","0","1","0","0" +"Main Application","User Registration","Successful Registration","0","0","1","0","0" diff --git a/22/data/behaviors.json b/22/data/behaviors.json new file mode 100644 index 0000000..4ba8e0d --- /dev/null +++ b/22/data/behaviors.json @@ -0,0 +1 @@ +{"uid":"b1a8273437954620fa374b796ffaacdd","children":[{"name":"Main Application","children":[{"name":"Home Page","children":[{"name":"Home Page Loading","children":[{"name":"test_home_page_loading","uid":"1b99b52ca85c17c4","parentUid":"13935cb4d875d97ab0ee70b9e677733d","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"13935cb4d875d97ab0ee70b9e677733d"}],"uid":"702c8b39cb0c2fbc7f7b5a468702b67b"},{"name":"Authentication","children":[{"name":"User Authentication","children":[{"name":"test_login","uid":"2264461ad822d37a","parentUid":"c5eff4a291d7484718d44447c5ec8166","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c5eff4a291d7484718d44447c5ec8166"}],"uid":"27970afaaae275cf430a14ee8dd9ed23"},{"name":"UI Elements","children":[{"name":"Register Button Visibility","children":[{"name":"test_register_button","uid":"b4d55d61e9412c83","parentUid":"ba78d24c702c16de7aa7fefc457bc9f1","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ba78d24c702c16de7aa7fefc457bc9f1"}],"uid":"1b9e2999fd267401d8b415f63d6faab2"},{"name":"User Registration","children":[{"name":"Successful Registration","children":[{"name":"test_successful_registration","uid":"bffcaabe3075c2dc","parentUid":"8664d8e09f7cb874059713a16932f17b","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"8664d8e09f7cb874059713a16932f17b"}],"uid":"4069bda906c3556c0f67af0ffd2f20e3"}],"uid":"ebb39d842b833b1267905af5ca6af649"},{"name":"test_open_new_account[checking_account]","uid":"393a2a8f03cf36e4","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]},{"name":"test_open_new_account[savings_account]","uid":"935ae49db4cd6fda","parentUid":"b1a8273437954620fa374b796ffaacdd","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]}],"name":"behaviors"} \ No newline at end of file diff --git a/22/data/categories.csv b/22/data/categories.csv new file mode 100644 index 0000000..e69de29 diff --git a/22/data/categories.json b/22/data/categories.json new file mode 100644 index 0000000..58619be --- /dev/null +++ b/22/data/categories.json @@ -0,0 +1 @@ +{"uid":"4b4757e66a1912dae1a509f688f20b0f","children":[],"name":"categories"} \ No newline at end of file diff --git a/22/data/packages.json b/22/data/packages.json new file mode 100644 index 0000000..4490f0e --- /dev/null +++ b/22/data/packages.json @@ -0,0 +1 @@ +{"uid":"83edc06c07f9ae9e47eb6dd1b683e4e2","children":[{"name":"tests","children":[{"name":"test_main_parabank","children":[{"name":"test_home_page_loading","uid":"1b99b52ca85c17c4","parentUid":"4723a6a0ba1447a59ea66353ebc87817","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4723a6a0ba1447a59ea66353ebc87817"},{"name":"test_login","children":[{"name":"test_login","uid":"2264461ad822d37a","parentUid":"383153a1e87e9025e9b82f017e857ae3","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"383153a1e87e9025e9b82f017e857ae3"},{"name":"test_open_new_account","children":[{"name":"test_open_new_account[checking_account]","uid":"393a2a8f03cf36e4","parentUid":"d5ffc0206dfc26c9f6f091f860f5648b","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]},{"name":"test_open_new_account[savings_account]","uid":"935ae49db4cd6fda","parentUid":"d5ffc0206dfc26c9f6f091f860f5648b","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]}],"uid":"d5ffc0206dfc26c9f6f091f860f5648b"},{"name":"ui.test_ui_elements","children":[{"name":"test_register_button","uid":"b4d55d61e9412c83","parentUid":"3ce8bf9e856b9bfb8ff21a6dd2a0f2b5","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"ui.test_ui_elements"},{"name":"test_register","children":[{"name":"test_successful_registration","uid":"bffcaabe3075c2dc","parentUid":"adcc8092f8ebf1814a8867d2f5413af4","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"adcc8092f8ebf1814a8867d2f5413af4"}],"uid":"bf49149a3821e34f7608bb6885d52868"}],"name":"packages"} \ No newline at end of file diff --git a/22/data/suites.csv b/22/data/suites.csv new file mode 100644 index 0000000..3cf6d5f --- /dev/null +++ b/22/data/suites.csv @@ -0,0 +1,19 @@ +"Status","Start Time","Stop Time","Duration in ms","Parent Suite","Suite","Sub Suite","Test Class","Test Method","Name","Description" +"passed","Fri Nov 08 06:35:09 GMT 2024","Fri Nov 08 06:35:10 GMT 2024","1044","tests","test_main_parabank","TestHomePage","","","test_home_page_loading","The test checks that the main page is loaded." +"passed","Fri Nov 08 06:35:10 GMT 2024","Fri Nov 08 06:35:11 GMT 2024","533","tests","test_open_new_account","TestOpenNewAccount","","","test_open_new_account[savings_account]"," + Test opening new account of different types. + + Args: + login: Login fixture + account_type: Type of account to open (SAVINGS or CHECKING) + " +"passed","Fri Nov 08 06:35:10 GMT 2024","Fri Nov 08 06:35:11 GMT 2024","829","tests.ui","test_ui_elements","TestUIElements","","","test_register_button","The test checks that the register button is visible." +"passed","Fri Nov 08 06:35:10 GMT 2024","Fri Nov 08 06:35:11 GMT 2024","533","tests","test_open_new_account","TestOpenNewAccount","","","test_open_new_account[checking_account]"," + Test opening new account of different types. + + Args: + login: Login fixture + account_type: Type of account to open (SAVINGS or CHECKING) + " +"passed","Fri Nov 08 06:35:09 GMT 2024","Fri Nov 08 06:35:11 GMT 2024","1865","tests","test_login","TestLogin","","","test_login","Test validates the complete login workflow and successful authentication." +"passed","Fri Nov 08 06:35:11 GMT 2024","Fri Nov 08 06:35:15 GMT 2024","4177","tests","test_register","TestRegistration","","","test_successful_registration","Test successful user registration with valid data." diff --git a/22/data/suites.json b/22/data/suites.json new file mode 100644 index 0000000..c68cd74 --- /dev/null +++ b/22/data/suites.json @@ -0,0 +1 @@ +{"uid":"98d3104e051c652961429bf95fa0b5d6","children":[{"name":"tests","children":[{"name":"test_main_parabank","children":[{"name":"TestHomePage","children":[{"name":"test_home_page_loading","uid":"1b99b52ca85c17c4","parentUid":"4c9ae6efa793d680d64369c97c3f7c53","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"4c9ae6efa793d680d64369c97c3f7c53"}],"uid":"37c2d503831f2eab92a236cdc421bf90"},{"name":"test_login","children":[{"name":"TestLogin","children":[{"name":"test_login","uid":"2264461ad822d37a","parentUid":"e073428b7a30684178c11e51fcc1e40c","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"e073428b7a30684178c11e51fcc1e40c"}],"uid":"d705d85621c348f9ae8ade89e0447582"},{"name":"test_open_new_account","children":[{"name":"TestOpenNewAccount","children":[{"name":"test_open_new_account[checking_account]","uid":"393a2a8f03cf36e4","parentUid":"0623a6d33faaefb8be1a61fc23e86dec","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]},{"name":"test_open_new_account[savings_account]","uid":"935ae49db4cd6fda","parentUid":"0623a6d33faaefb8be1a61fc23e86dec","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]}],"uid":"0623a6d33faaefb8be1a61fc23e86dec"}],"uid":"ac5219c0844a2e4ddacf06c9b96303a5"},{"name":"test_register","children":[{"name":"TestRegistration","children":[{"name":"test_successful_registration","uid":"bffcaabe3075c2dc","parentUid":"c851b409a90558093d68508c53a53c50","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c851b409a90558093d68508c53a53c50"}],"uid":"f3c0e01bfc2a2141de19e423438e3189"}],"uid":"e387fa4bb326b54ea8c19c2822aba374"},{"name":"tests.ui","children":[{"name":"test_ui_elements","children":[{"name":"TestUIElements","children":[{"name":"test_register_button","uid":"b4d55d61e9412c83","parentUid":"1f967a651212d924bf5bef3f0050cf1e","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"1f967a651212d924bf5bef3f0050cf1e"}],"uid":"ebb729bee950beedf382ad8817c216b5"}],"uid":"3965134f6f8c1be9f46795103934f428"}],"name":"suites"} \ No newline at end of file diff --git a/22/data/test-cases/1b99b52ca85c17c4.json b/22/data/test-cases/1b99b52ca85c17c4.json new file mode 100644 index 0000000..987c999 --- /dev/null +++ b/22/data/test-cases/1b99b52ca85c17c4.json @@ -0,0 +1 @@ +{"uid":"1b99b52ca85c17c4","name":"test_home_page_loading","fullName":"tests.test_main_parabank.TestHomePage#test_home_page_loading","historyId":"cd78e77c021507fdcc5d35bc8d9a9a3d","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"description":"The test checks that the main page is loaded.","descriptionHtml":"\n

Testing Home Page Loading Functionality

\n

Test verifies basic functionality of the main page loading process, including:

\n
    \n
  • Navigation to the home page
  • \n
  • URL verification
  • \n
  • Page content loading validation
  • \n
\n

The test performs the following checks:

\n
    \n
  • Confirms that the current URL matches the expected base URL
  • \n
  • Verifies that all essential page elements are properly loaded and visible
  • \n
\n

Expected Results:

\n
    \n
  • The page should successfully navigate to the specified URL
  • \n
  • All page components should be properly rendered and accessible
  • \n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1731047708215,"stop":1731047708216,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708218,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708218,"stop":1731047708218,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047708218,"stop":1731047708925,"duration":707},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047708925,"stop":1731047709080,"duration":155},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047709080,"stop":1731047709081,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"The test checks that the main page is loaded.","descriptionHtml":"\n

Testing Home Page Loading Functionality

\n

Test verifies basic functionality of the main page loading process, including:

\n
    \n
  • Navigation to the home page
  • \n
  • URL verification
  • \n
  • Page content loading validation
  • \n
\n

The test performs the following checks:

\n
    \n
  • Confirms that the current URL matches the expected base URL
  • \n
  • Verifies that all essential page elements are properly loaded and visible
  • \n
\n

Expected Results:

\n
    \n
  • The page should successfully navigate to the specified URL
  • \n
  • All page components should be properly rendered and accessible
  • \n
\n","status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047709082,"stop":1731047709991,"duration":909},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Check if current URL contains https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047709991,"stop":1731047710069,"duration":78},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"The checks page content is loaded correctly","time":{"start":1731047710069,"stop":1731047710125,"duration":56},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":3,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047710126,"stop":1731047710159,"duration":33},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047710159,"stop":1731047710247,"duration":88},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"epic","value":"Main Application"},{"name":"severity","value":"CRITICAL"},{"name":"story","value":"Home Page Loading"},{"name":"feature","value":"Home Page"},{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_main_parabank"},{"name":"subSuite","value":"TestHomePage"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5626-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_main_parabank"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"critical","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e81a7a0da6229cad","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e81a7a0da6229cad","status":"passed","time":{"start":1730388094748,"stop":1730388096676,"duration":1928}},{"uid":"762cd60a4a3ca5f0","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/762cd60a4a3ca5f0","status":"passed","time":{"start":1730387470606,"stop":1730387471197,"duration":591}},{"uid":"fd540fed40495bd6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/fd540fed40495bd6","status":"passed","time":{"start":1730383278549,"stop":1730383279708,"duration":1159}},{"uid":"c63534f5ad2685cf","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/c63534f5ad2685cf","status":"passed","time":{"start":1729994639320,"stop":1729994639759,"duration":439}}]},"tags":[]},"source":"1b99b52ca85c17c4.json","parameterValues":[]} \ No newline at end of file diff --git a/22/data/test-cases/2264461ad822d37a.json b/22/data/test-cases/2264461ad822d37a.json new file mode 100644 index 0000000..c66b27a --- /dev/null +++ b/22/data/test-cases/2264461ad822d37a.json @@ -0,0 +1 @@ +{"uid":"2264461ad822d37a","name":"test_login","fullName":"tests.test_login.TestLogin#test_login","historyId":"2116f0ad00ab1de0effc54f114dd9496","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"description":"Test validates the complete login workflow and successful authentication.","descriptionHtml":"\n

Testing Login Functionality

\n

Test verifies the authentication process functionality, including:

\n
    \n
  • Navigation to the login page
  • \n
  • User authentication with credentials
  • \n
  • Successful redirect after login
  • \n
\n

The test performs the following checks:

\n
    \n
  • Confirms initial navigation to the main page
  • \n
  • Verifies successful login with valid credentials
  • \n
  • Checks redirect to overview page after login
  • \n
  • Validates user's authenticated state
  • \n
\n

Expected Results:

\n
    \n
  • User should successfully authenticate with valid credentials
  • \n
  • System should redirect to the overview page
  • \n
  • User should be in logged-in state
  • \n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"base_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_verify_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1731047708215,"stop":1731047708216,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708220,"duration":4},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708220,"stop":1731047708220,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047708220,"stop":1731047708925,"duration":705},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047708925,"stop":1731047709149,"duration":224},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047709149,"stop":1731047709149,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"Test validates the complete login workflow and successful authentication.","descriptionHtml":"\n

Testing Login Functionality

\n

Test verifies the authentication process functionality, including:

\n
    \n
  • Navigation to the login page
  • \n
  • User authentication with credentials
  • \n
  • Successful redirect after login
  • \n
\n

The test performs the following checks:

\n
    \n
  • Confirms initial navigation to the main page
  • \n
  • Verifies successful login with valid credentials
  • \n
  • Checks redirect to overview page after login
  • \n
  • Validates user's authenticated state
  • \n
\n

Expected Results:

\n
    \n
  • User should successfully authenticate with valid credentials
  • \n
  • System should redirect to the overview page
  • \n
  • User should be in logged-in state
  • \n
\n","status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047709149,"stop":1731047710120,"duration":971},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Check if current URL contains https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047710121,"stop":1731047710214,"duration":93},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Login with credentials","time":{"start":1731047710214,"stop":1731047710596,"duration":382},"status":"passed","steps":[{"name":"Click login button","time":{"start":1731047710311,"stop":1731047710596,"duration":285},"status":"passed","steps":[{"name":"Click element by role 'button' with name 'Log In'","time":{"start":1731047710312,"stop":1731047710596,"duration":284},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Log In'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"username","value":"'john'"},{"name":"password","value":"'demo'"}],"shouldDisplayMessage":false,"stepsCount":2,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Check if current URL contains https://parabank.parasoft.com/parabank/overview.htm","time":{"start":1731047710596,"stop":1731047710627,"duration":31},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Check if user is logged in","time":{"start":1731047710627,"stop":1731047711013,"duration":386},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":7,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047711015,"stop":1731047711033,"duration":18},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047711034,"stop":1731047711110,"duration":76},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"epic","value":"Main Application"},{"name":"severity","value":"CRITICAL"},{"name":"feature","value":"Authentication"},{"name":"story","value":"User Authentication"},{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_login"},{"name":"subSuite","value":"TestLogin"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5623-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_login"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"critical","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"e70f7d4a98ebbc69","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e70f7d4a98ebbc69","status":"passed","time":{"start":1730388094741,"stop":1730388097338,"duration":2597}},{"uid":"c7e831f40365777e","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c7e831f40365777e","status":"passed","time":{"start":1730387470573,"stop":1730387471672,"duration":1099}},{"uid":"c6ab14a327c0bdc2","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/c6ab14a327c0bdc2","status":"passed","time":{"start":1730383278590,"stop":1730383280286,"duration":1696}},{"uid":"a3ced999630bfd55","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/a3ced999630bfd55","status":"passed","time":{"start":1729994637224,"stop":1729994638917,"duration":1693}}]},"tags":[]},"source":"2264461ad822d37a.json","parameterValues":[]} \ No newline at end of file diff --git a/22/data/test-cases/393a2a8f03cf36e4.json b/22/data/test-cases/393a2a8f03cf36e4.json new file mode 100644 index 0000000..6b847ca --- /dev/null +++ b/22/data/test-cases/393a2a8f03cf36e4.json @@ -0,0 +1 @@ +{"uid":"393a2a8f03cf36e4","name":"test_open_new_account[checking_account]","fullName":"tests.test_open_new_account.TestOpenNewAccount#test_open_new_account","historyId":"18a6f9c36a14075a14778b2c3b423a04","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"description":"\n Test opening new account of different types.\n\n Args:\n login: Login fixture\n account_type: Type of account to open (SAVINGS or CHECKING)\n ","descriptionHtml":"
    Test opening new account of different types.\n\n    Args:\n        login: Login fixture\n        account_type: Type of account to open (SAVINGS or CHECKING)\n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1731047708213,"stop":1731047708213,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1731047708213,"stop":1731047708213,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1731047708214,"stop":1731047708216,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708214,"stop":1731047708214,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708218,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708218,"stop":1731047708219,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047708219,"stop":1731047708959,"duration":740},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047708960,"stop":1731047709114,"duration":154},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047709114,"stop":1731047709114,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"login","time":{"start":1731047709115,"stop":1731047710726,"duration":1611},"status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047709115,"stop":1731047709986,"duration":871},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"The checks page content is loaded correctly","time":{"start":1731047709986,"stop":1731047710095,"duration":109},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Login with credentials","time":{"start":1731047710095,"stop":1731047710548,"duration":453},"status":"passed","steps":[{"name":"Click login button","time":{"start":1731047710203,"stop":1731047710548,"duration":345},"status":"passed","steps":[{"name":"Click element by role 'button' with name 'Log In'","time":{"start":1731047710203,"stop":1731047710547,"duration":344},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Log In'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"username","value":"'john'"},{"name":"password","value":"'demo'"}],"shouldDisplayMessage":false,"stepsCount":2,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Check if user is logged in","time":{"start":1731047710548,"stop":1731047710726,"duration":178},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"testStage":{"description":"\n Test opening new account of different types.\n\n Args:\n login: Login fixture\n account_type: Type of account to open (SAVINGS or CHECKING)\n ","status":"passed","steps":[{"name":"Click element by role 'link' with name 'Open New Account'","time":{"start":1731047710728,"stop":1731047710990,"duration":262},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'link'"},{"name":"name","value":"'Open New Account'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Check if current URL contains https://parabank.parasoft.com/parabank/openaccount.htm","time":{"start":1731047710990,"stop":1731047711039,"duration":49},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Select option 'CHECKING' in dropdown '#type'","time":{"start":1731047711039,"stop":1731047711079,"duration":40},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"selector","value":"'#type'"},{"name":"value","value":"'CHECKING'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Choose existing account","time":{"start":1731047711079,"stop":1731047711157,"duration":78},"status":"passed","steps":[{"name":"Select first available existing account {value}","time":{"start":1731047711120,"stop":1731047711157,"duration":37},"status":"passed","steps":[{"name":"Select option None in dropdown '#fromAccountId'","time":{"start":1731047711135,"stop":1731047711157,"duration":22},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"selector","value":"'#fromAccountId'"},{"name":"value","value":"None"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":2,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Click element by role 'button' with name 'Open New Account'","time":{"start":1731047711157,"stop":1731047711238,"duration":81},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Open New Account'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":7,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047711262,"stop":1731047711275,"duration":13},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047711275,"stop":1731047711331,"duration":56},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_open_new_account"},{"name":"subSuite","value":"TestOpenNewAccount"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5632-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_open_new_account"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"account_type","value":""}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"393a2a8f03cf36e4.json","parameterValues":[""]} \ No newline at end of file diff --git a/22/data/test-cases/935ae49db4cd6fda.json b/22/data/test-cases/935ae49db4cd6fda.json new file mode 100644 index 0000000..d8cc0d3 --- /dev/null +++ b/22/data/test-cases/935ae49db4cd6fda.json @@ -0,0 +1 @@ +{"uid":"935ae49db4cd6fda","name":"test_open_new_account[savings_account]","fullName":"tests.test_open_new_account.TestOpenNewAccount#test_open_new_account","historyId":"c8a7d7b906ef6a251f32cd55dce203a4","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"description":"\n Test opening new account of different types.\n\n Args:\n login: Login fixture\n account_type: Type of account to open (SAVINGS or CHECKING)\n ","descriptionHtml":"
    Test opening new account of different types.\n\n    Args:\n        login: Login fixture\n        account_type: Type of account to open (SAVINGS or CHECKING)\n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"delete_output_dir","time":{"start":1731047708214,"stop":1731047708216,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708214,"stop":1731047708214,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_verify_url","time":{"start":1731047708214,"stop":1731047708214,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1731047708214,"stop":1731047708214,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708218,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047708219,"stop":1731047708956,"duration":737},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708219,"stop":1731047708219,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047708956,"stop":1731047709099,"duration":143},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047709100,"stop":1731047709100,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"login","time":{"start":1731047709100,"stop":1731047710797,"duration":1697},"status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047709100,"stop":1731047710117,"duration":1017},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"The checks page content is loaded correctly","time":{"start":1731047710117,"stop":1731047710239,"duration":122},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Login with credentials","time":{"start":1731047710239,"stop":1731047710652,"duration":413},"status":"passed","steps":[{"name":"Click login button","time":{"start":1731047710317,"stop":1731047710652,"duration":335},"status":"passed","steps":[{"name":"Click element by role 'button' with name 'Log In'","time":{"start":1731047710317,"stop":1731047710652,"duration":335},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Log In'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"username","value":"'john'"},{"name":"password","value":"'demo'"}],"shouldDisplayMessage":false,"stepsCount":2,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Check if user is logged in","time":{"start":1731047710653,"stop":1731047710797,"duration":144},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"testStage":{"description":"\n Test opening new account of different types.\n\n Args:\n login: Login fixture\n account_type: Type of account to open (SAVINGS or CHECKING)\n ","status":"passed","steps":[{"name":"Click element by role 'link' with name 'Open New Account'","time":{"start":1731047710798,"stop":1731047711060,"duration":262},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'link'"},{"name":"name","value":"'Open New Account'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Check if current URL contains https://parabank.parasoft.com/parabank/openaccount.htm","time":{"start":1731047711061,"stop":1731047711141,"duration":80},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Select option 'SAVINGS' in dropdown '#type'","time":{"start":1731047711141,"stop":1731047711181,"duration":40},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"selector","value":"'#type'"},{"name":"value","value":"'SAVINGS'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Choose existing account","time":{"start":1731047711181,"stop":1731047711250,"duration":69},"status":"passed","steps":[{"name":"Select first available existing account {value}","time":{"start":1731047711202,"stop":1731047711250,"duration":48},"status":"passed","steps":[{"name":"Select option None in dropdown '#fromAccountId'","time":{"start":1731047711217,"stop":1731047711250,"duration":33},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"selector","value":"'#fromAccountId'"},{"name":"value","value":"None"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":2,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Click element by role 'button' with name 'Open New Account'","time":{"start":1731047711251,"stop":1731047711308,"duration":57},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Open New Account'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":7,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047711333,"stop":1731047711348,"duration":15},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047711349,"stop":1731047711389,"duration":40},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_open_new_account"},{"name":"subSuite","value":"TestOpenNewAccount"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5629-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_open_new_account"},{"name":"resultFormat","value":"allure2"}],"parameters":[{"name":"account_type","value":""}],"links":[],"hidden":false,"retry":false,"extra":{"severity":"normal","retries":[],"categories":[],"tags":[]},"source":"935ae49db4cd6fda.json","parameterValues":[""]} \ No newline at end of file diff --git a/22/data/test-cases/b4d55d61e9412c83.json b/22/data/test-cases/b4d55d61e9412c83.json new file mode 100644 index 0000000..1efc5e4 --- /dev/null +++ b/22/data/test-cases/b4d55d61e9412c83.json @@ -0,0 +1 @@ +{"uid":"b4d55d61e9412c83","name":"test_register_button","fullName":"tests.ui.test_ui_elements.TestUIElements#test_register_button","historyId":"f115e5eec8cacba5fc1991c48f1d37a4","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"description":"The test checks that the register button is visible.","descriptionHtml":"\n

Testing UI Element Visibility

\n

Test verifies the visibility and accessibility of key UI elements, including:

\n
    \n
  • Navigation to main page
  • \n
  • Checking registration button presence
  • \n
\n

Expected Results:

\n
    \n
  • Registration button should be visible
  • \n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"_verify_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1731047708215,"stop":1731047708216,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"base_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708218,"duration":2},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708218,"stop":1731047708218,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047710251,"stop":1731047710703,"duration":452},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047710703,"stop":1731047710885,"duration":182},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047710886,"stop":1731047710886,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"The test checks that the register button is visible.","descriptionHtml":"\n

Testing UI Element Visibility

\n

Test verifies the visibility and accessibility of key UI elements, including:

\n
    \n
  • Navigation to main page
  • \n
  • Checking registration button presence
  • \n
\n

Expected Results:

\n
    \n
  • Registration button should be visible
  • \n
\n","status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/index.htm","time":{"start":1731047710886,"stop":1731047711678,"duration":792},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047711716,"stop":1731047711725,"duration":9},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047711725,"stop":1731047711758,"duration":33},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"epic","value":"Main Application"},{"name":"severity","value":"MINOR"},{"name":"story","value":"Register Button Visibility"},{"name":"feature","value":"UI Elements"},{"name":"parentSuite","value":"tests.ui"},{"name":"suite","value":"test_ui_elements"},{"name":"subSuite","value":"TestUIElements"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5626-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.ui.test_ui_elements"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"minor","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"9844190684ab0319","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/9844190684ab0319","status":"passed","time":{"start":1730388094696,"stop":1730388096720,"duration":2024}},{"uid":"c9d599efdea9fca6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c9d599efdea9fca6","status":"passed","time":{"start":1730387470573,"stop":1730387471148,"duration":575}},{"uid":"39be7728419610","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/39be7728419610","status":"passed","time":{"start":1730383278561,"stop":1730383279775,"duration":1214}}]},"tags":[]},"source":"b4d55d61e9412c83.json","parameterValues":[]} \ No newline at end of file diff --git a/22/data/test-cases/bffcaabe3075c2dc.json b/22/data/test-cases/bffcaabe3075c2dc.json new file mode 100644 index 0000000..c7faaad --- /dev/null +++ b/22/data/test-cases/bffcaabe3075c2dc.json @@ -0,0 +1 @@ +{"uid":"bffcaabe3075c2dc","name":"test_successful_registration","fullName":"tests.test_register.TestRegistration#test_successful_registration","historyId":"f13fd9c36fb5c0f33905cc309f8bacea","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"description":"Test successful user registration with valid data.","descriptionHtml":"\n

Testing User Registration Functionality

\n

Test verifies the user registration process, including:

\n
    \n
  • Navigation to registration page
  • \n
  • Generating random user data
  • \n
  • Completing registration form
  • \n
  • Verifying successful registration
  • \n
\n

Expected Results:

\n
    \n
  • User should be able to register with valid data
  • \n
  • Registration should complete successfully
  • \n
\n","status":"passed","flaky":false,"newFailed":false,"newBroken":false,"newPassed":false,"retriesCount":0,"retriesStatusChange":false,"beforeStages":[{"name":"base_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_verify_url","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"delete_output_dir","time":{"start":1731047708215,"stop":1731047708216,"duration":1},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"pytestconfig","time":{"start":1731047708215,"stop":1731047708215,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"_session_faker","time":{"start":1731047708216,"stop":1731047708220,"duration":4},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"clear_traces","time":{"start":1731047708220,"stop":1731047708220,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser","time":{"start":1731047711123,"stop":1731047711583,"duration":460},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"page","time":{"start":1731047711583,"stop":1731047711655,"duration":72},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"setup","time":{"start":1731047711655,"stop":1731047711655,"duration":0},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"testStage":{"description":"Test successful user registration with valid data.","descriptionHtml":"\n

Testing User Registration Functionality

\n

Test verifies the user registration process, including:

\n
    \n
  • Navigation to registration page
  • \n
  • Generating random user data
  • \n
  • Completing registration form
  • \n
  • Verifying successful registration
  • \n
\n

Expected Results:

\n
    \n
  • User should be able to register with valid data
  • \n
  • Registration should complete successfully
  • \n
\n","status":"passed","steps":[{"name":"Navigate to https://parabank.parasoft.com/parabank/register.htm","time":{"start":1731047711655,"stop":1731047712426,"duration":771},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"Register new user","time":{"start":1731047712427,"stop":1731047715821,"duration":3394},"status":"passed","steps":[{"name":"Fill registration form","time":{"start":1731047712427,"stop":1731047712656,"duration":229},"status":"passed","steps":[{"name":"Fill user credentials","time":{"start":1731047712599,"stop":1731047712656,"duration":57},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"user_data","value":"UserData(first_name='Cassandra', last_name='Hughes', street='237 Jason Shore', city='North Brandyborough', state='Nebraska', zip_code='31001', post_code='60019', phone='(728)726-8000x70379', ssn='568-54-3639', username='ochoabrian', password='(4J9YaxQ3dPW')"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"user_data","value":"UserData(first_name='Cassandra', last_name='Hughes', street='237 Jason Shore', city='North Brandyborough', state='Nebraska', zip_code='31001', post_code='60019', phone='(728)726-8000x70379', ssn='568-54-3639', username='ochoabrian', password='(4J9YaxQ3dPW')"}],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},{"name":"Click register button","time":{"start":1731047712656,"stop":1731047712812,"duration":156},"status":"passed","steps":[{"name":"Click element by role 'button' with name 'Register'","time":{"start":1731047712656,"stop":1731047712812,"duration":156},"status":"passed","steps":[],"attachments":[],"parameters":[{"name":"role","value":"'button'"},{"name":"name","value":"'Register'"}],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":1,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[{"name":"user_data","value":"UserData(first_name='Cassandra', last_name='Hughes', street='237 Jason Shore', city='North Brandyborough', state='Nebraska', zip_code='31001', post_code='60019', phone='(728)726-8000x70379', ssn='568-54-3639', username='ochoabrian', password='(4J9YaxQ3dPW')"},{"name":"max_attempts","value":"5"}],"shouldDisplayMessage":false,"stepsCount":4,"attachmentsCount":0,"hasContent":true,"attachmentStep":false}],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":6,"attachmentsCount":0,"hasContent":true,"attachmentStep":false},"afterStages":[{"name":"page::0","time":{"start":1731047715832,"stop":1731047715840,"duration":8},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false},{"name":"browser::0","time":{"start":1731047715840,"stop":1731047715889,"duration":49},"status":"passed","steps":[],"attachments":[],"parameters":[],"shouldDisplayMessage":false,"stepsCount":0,"attachmentsCount":0,"hasContent":false,"attachmentStep":false}],"labels":[{"name":"epic","value":"Main Application"},{"name":"feature","value":"User Registration"},{"name":"severity","value":"CRITICAL"},{"name":"story","value":"Successful Registration"},{"name":"parentSuite","value":"tests"},{"name":"suite","value":"test_register"},{"name":"subSuite","value":"TestRegistration"},{"name":"host","value":"fv-az2028-183"},{"name":"thread","value":"5623-MainThread"},{"name":"framework","value":"pytest"},{"name":"language","value":"cpython3"},{"name":"package","value":"tests.test_register"},{"name":"resultFormat","value":"allure2"}],"parameters":[],"links":[],"hidden":false,"retry":false,"extra":{"severity":"critical","retries":[],"categories":[],"history":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"ccec63323394fa2f","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/ccec63323394fa2f","status":"passed","time":{"start":1730388094725,"stop":1730388097469,"duration":2744}},{"uid":"c775447312e9d237","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c775447312e9d237","status":"passed","time":{"start":1730387470619,"stop":1730387471505,"duration":886}},{"uid":"d74261927464674b","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/d74261927464674b","status":"passed","time":{"start":1730383278591,"stop":1730383280227,"duration":1636}}]},"tags":[]},"source":"bffcaabe3075c2dc.json","parameterValues":[]} \ No newline at end of file diff --git a/22/data/timeline.json b/22/data/timeline.json new file mode 100644 index 0000000..6cc84bc --- /dev/null +++ b/22/data/timeline.json @@ -0,0 +1 @@ +{"uid":"ab17fc5a4eb3bca4b216b548c7f9fcbc","children":[{"name":"fv-az2028-183","children":[{"name":"5623-MainThread","children":[{"name":"test_successful_registration","uid":"bffcaabe3075c2dc","parentUid":"c532d31c3c41c47eff08eea9d55450e0","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"test_login","uid":"2264461ad822d37a","parentUid":"c532d31c3c41c47eff08eea9d55450e0","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"c532d31c3c41c47eff08eea9d55450e0"},{"name":"5632-MainThread","children":[{"name":"test_open_new_account[checking_account]","uid":"393a2a8f03cf36e4","parentUid":"302762c7b11a78965d843eeca22dcb57","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]}],"uid":"302762c7b11a78965d843eeca22dcb57"},{"name":"5626-MainThread","children":[{"name":"test_home_page_loading","uid":"1b99b52ca85c17c4","parentUid":"a39a2de6841eae4bacc12bed7701b410","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]},{"name":"test_register_button","uid":"b4d55d61e9412c83","parentUid":"a39a2de6841eae4bacc12bed7701b410","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[],"tags":[]}],"uid":"a39a2de6841eae4bacc12bed7701b410"},{"name":"5629-MainThread","children":[{"name":"test_open_new_account[savings_account]","uid":"935ae49db4cd6fda","parentUid":"da20c5a499318e4f9c68f60ad9380152","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"flaky":false,"newFailed":false,"newPassed":false,"newBroken":false,"retriesCount":0,"retriesStatusChange":false,"parameters":[""],"tags":[]}],"uid":"da20c5a499318e4f9c68f60ad9380152"}],"uid":"e0f933632137b6ffe79db264ec7e67f4"}],"name":"timeline"} \ No newline at end of file diff --git a/22/export/influxDbData.txt b/22/export/influxDbData.txt new file mode 100644 index 0000000..49ef65f --- /dev/null +++ b/22/export/influxDbData.txt @@ -0,0 +1,11 @@ +launch_status failed=0 1731047721000000000 +launch_status broken=0 1731047721000000000 +launch_status passed=6 1731047721000000000 +launch_status skipped=0 1731047721000000000 +launch_status unknown=0 1731047721000000000 +launch_time duration=6751 1731047721000000000 +launch_time min_duration=533 1731047721000000000 +launch_time max_duration=4177 1731047721000000000 +launch_time sum_duration=8981 1731047721000000000 +launch_retries retries=0 1731047721000000000 +launch_retries run=6 1731047721000000000 diff --git a/1/export/mail.html b/22/export/mail.html similarity index 100% rename from 1/export/mail.html rename to 22/export/mail.html diff --git a/22/export/prometheusData.txt b/22/export/prometheusData.txt new file mode 100644 index 0000000..08ab2a9 --- /dev/null +++ b/22/export/prometheusData.txt @@ -0,0 +1,11 @@ +launch_status_failed 0 +launch_status_broken 0 +launch_status_passed 6 +launch_status_skipped 0 +launch_status_unknown 0 +launch_time_duration 6751 +launch_time_min_duration 533 +launch_time_max_duration 4177 +launch_time_sum_duration 8981 +launch_retries_retries 0 +launch_retries_run 6 diff --git a/1/favicon.ico b/22/favicon.ico similarity index 100% rename from 1/favicon.ico rename to 22/favicon.ico diff --git a/22/history/categories-trend.json b/22/history/categories-trend.json new file mode 100644 index 0000000..7a2d3a2 --- /dev/null +++ b/22/history/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/22/history/duration-trend.json b/22/history/duration-trend.json new file mode 100644 index 0000000..6b17329 --- /dev/null +++ b/22/history/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"duration":6751}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"duration":2773}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"duration":1099}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"duration":1737}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"duration":2535}},{"data":{}}] \ No newline at end of file diff --git a/22/history/history-trend.json b/22/history/history-trend.json new file mode 100644 index 0000000..325fd10 --- /dev/null +++ b/22/history/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/22/history/history.json b/22/history/history.json new file mode 100644 index 0000000..752b35e --- /dev/null +++ b/22/history/history.json @@ -0,0 +1 @@ +{"f115e5eec8cacba5fc1991c48f1d37a4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4d55d61e9412c83","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/b4d55d61e9412c83","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829}},{"uid":"9844190684ab0319","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/9844190684ab0319","status":"passed","time":{"start":1730388094696,"stop":1730388096720,"duration":2024}},{"uid":"c9d599efdea9fca6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c9d599efdea9fca6","status":"passed","time":{"start":1730387470573,"stop":1730387471148,"duration":575}},{"uid":"39be7728419610","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/39be7728419610","status":"passed","time":{"start":1730383278561,"stop":1730383279775,"duration":1214}}]},"f13fd9c36fb5c0f33905cc309f8bacea":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bffcaabe3075c2dc","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/bffcaabe3075c2dc","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177}},{"uid":"ccec63323394fa2f","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/ccec63323394fa2f","status":"passed","time":{"start":1730388094725,"stop":1730388097469,"duration":2744}},{"uid":"c775447312e9d237","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c775447312e9d237","status":"passed","time":{"start":1730387470619,"stop":1730387471505,"duration":886}},{"uid":"d74261927464674b","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/d74261927464674b","status":"passed","time":{"start":1730383278591,"stop":1730383280227,"duration":1636}}]},"2116f0ad00ab1de0effc54f114dd9496":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2264461ad822d37a","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/2264461ad822d37a","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865}},{"uid":"e70f7d4a98ebbc69","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e70f7d4a98ebbc69","status":"passed","time":{"start":1730388094741,"stop":1730388097338,"duration":2597}},{"uid":"c7e831f40365777e","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c7e831f40365777e","status":"passed","time":{"start":1730387470573,"stop":1730387471672,"duration":1099}},{"uid":"c6ab14a327c0bdc2","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/c6ab14a327c0bdc2","status":"passed","time":{"start":1730383278590,"stop":1730383280286,"duration":1696}},{"uid":"a3ced999630bfd55","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/a3ced999630bfd55","status":"passed","time":{"start":1729994637224,"stop":1729994638917,"duration":1693}}]},"cd78e77c021507fdcc5d35bc8d9a9a3d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b99b52ca85c17c4","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/1b99b52ca85c17c4","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044}},{"uid":"e81a7a0da6229cad","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e81a7a0da6229cad","status":"passed","time":{"start":1730388094748,"stop":1730388096676,"duration":1928}},{"uid":"762cd60a4a3ca5f0","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/762cd60a4a3ca5f0","status":"passed","time":{"start":1730387470606,"stop":1730387471197,"duration":591}},{"uid":"fd540fed40495bd6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/fd540fed40495bd6","status":"passed","time":{"start":1730383278549,"stop":1730383279708,"duration":1159}},{"uid":"c63534f5ad2685cf","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/c63534f5ad2685cf","status":"passed","time":{"start":1729994639320,"stop":1729994639759,"duration":439}}]},"c8a7d7b906ef6a251f32cd55dce203a4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"935ae49db4cd6fda","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/935ae49db4cd6fda","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533}}]},"18a6f9c36a14075a14778b2c3b423a04":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"393a2a8f03cf36e4","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/393a2a8f03cf36e4","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533}}]}} \ No newline at end of file diff --git a/22/history/retry-trend.json b/22/history/retry-trend.json new file mode 100644 index 0000000..92d7cbc --- /dev/null +++ b/22/history/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/1/index.html b/22/index.html similarity index 94% rename from 1/index.html rename to 22/index.html index 1f1da81..0f453c6 100644 --- a/1/index.html +++ b/22/index.html @@ -26,7 +26,7 @@ gtag('js', new Date()); gtag('config', 'G-FVWC4GKEYS', { 'allureVersion': 'dev', - 'reportUuid': '8d93e9a1-695f-44af-8d5a-c117424b6d36', + 'reportUuid': '6e13fa2c-3e0d-4c78-9ae7-1d516525468d', 'single_file': false }); diff --git a/1/plugin/behaviors/index.js b/22/plugin/behaviors/index.js similarity index 100% rename from 1/plugin/behaviors/index.js rename to 22/plugin/behaviors/index.js diff --git a/1/plugin/packages/index.js b/22/plugin/packages/index.js similarity index 100% rename from 1/plugin/packages/index.js rename to 22/plugin/packages/index.js diff --git a/1/plugin/screen-diff/index.js b/22/plugin/screen-diff/index.js similarity index 100% rename from 1/plugin/screen-diff/index.js rename to 22/plugin/screen-diff/index.js diff --git a/1/plugin/screen-diff/styles.css b/22/plugin/screen-diff/styles.css similarity index 100% rename from 1/plugin/screen-diff/styles.css rename to 22/plugin/screen-diff/styles.css diff --git a/1/styles.css b/22/styles.css similarity index 100% rename from 1/styles.css rename to 22/styles.css diff --git a/22/widgets/behaviors.json b/22/widgets/behaviors.json new file mode 100644 index 0000000..c579494 --- /dev/null +++ b/22/widgets/behaviors.json @@ -0,0 +1 @@ +{"total":3,"items":[{"uid":"ebb39d842b833b1267905af5ca6af649","name":"Main Application","statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}}]} \ No newline at end of file diff --git a/22/widgets/categories-trend.json b/22/widgets/categories-trend.json new file mode 100644 index 0000000..7a2d3a2 --- /dev/null +++ b/22/widgets/categories-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file diff --git a/22/widgets/categories.json b/22/widgets/categories.json new file mode 100644 index 0000000..a527ade --- /dev/null +++ b/22/widgets/categories.json @@ -0,0 +1 @@ +{"total":0,"items":[]} \ No newline at end of file diff --git a/22/widgets/duration-trend.json b/22/widgets/duration-trend.json new file mode 100644 index 0000000..6b17329 --- /dev/null +++ b/22/widgets/duration-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"duration":6751}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"duration":2773}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"duration":1099}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"duration":1737}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"duration":2535}},{"data":{}}] \ No newline at end of file diff --git a/22/widgets/duration.json b/22/widgets/duration.json new file mode 100644 index 0000000..142c30d --- /dev/null +++ b/22/widgets/duration.json @@ -0,0 +1 @@ +[{"uid":"1b99b52ca85c17c4","name":"test_home_page_loading","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"status":"passed","severity":"critical"},{"uid":"935ae49db4cd6fda","name":"test_open_new_account[savings_account]","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"status":"passed","severity":"normal"},{"uid":"b4d55d61e9412c83","name":"test_register_button","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"status":"passed","severity":"minor"},{"uid":"393a2a8f03cf36e4","name":"test_open_new_account[checking_account]","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"status":"passed","severity":"normal"},{"uid":"2264461ad822d37a","name":"test_login","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"status":"passed","severity":"critical"},{"uid":"bffcaabe3075c2dc","name":"test_successful_registration","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"status":"passed","severity":"critical"}] \ No newline at end of file diff --git a/1/widgets/environment.json b/22/widgets/environment.json similarity index 100% rename from 1/widgets/environment.json rename to 22/widgets/environment.json diff --git a/22/widgets/executors.json b/22/widgets/executors.json new file mode 100644 index 0000000..cc422d9 --- /dev/null +++ b/22/widgets/executors.json @@ -0,0 +1 @@ +[{"name":"GitHub Actions","type":"github","url":"https://ZhikharevAl.github.io/ParaBank","buildOrder":22,"buildName":"GitHub Actions Run #11737319747","buildUrl":"https://github.com/ZhikharevAl/ParaBank/actions/runs/11737319747","reportName":"Allure Report with history","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/"}] \ No newline at end of file diff --git a/22/widgets/history-trend.json b/22/widgets/history-trend.json new file mode 100644 index 0000000..325fd10 --- /dev/null +++ b/22/widgets/history-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file diff --git a/1/widgets/launch.json b/22/widgets/launch.json similarity index 100% rename from 1/widgets/launch.json rename to 22/widgets/launch.json diff --git a/22/widgets/retry-trend.json b/22/widgets/retry-trend.json new file mode 100644 index 0000000..92d7cbc --- /dev/null +++ b/22/widgets/retry-trend.json @@ -0,0 +1 @@ +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file diff --git a/22/widgets/severity.json b/22/widgets/severity.json new file mode 100644 index 0000000..ff2c9cb --- /dev/null +++ b/22/widgets/severity.json @@ -0,0 +1 @@ +[{"uid":"2264461ad822d37a","name":"test_login","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"status":"passed","severity":"critical"},{"uid":"bffcaabe3075c2dc","name":"test_successful_registration","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"status":"passed","severity":"critical"},{"uid":"393a2a8f03cf36e4","name":"test_open_new_account[checking_account]","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"status":"passed","severity":"normal"},{"uid":"935ae49db4cd6fda","name":"test_open_new_account[savings_account]","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"status":"passed","severity":"normal"},{"uid":"1b99b52ca85c17c4","name":"test_home_page_loading","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"status":"passed","severity":"critical"},{"uid":"b4d55d61e9412c83","name":"test_register_button","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"status":"passed","severity":"minor"}] \ No newline at end of file diff --git a/22/widgets/status-chart.json b/22/widgets/status-chart.json new file mode 100644 index 0000000..142c30d --- /dev/null +++ b/22/widgets/status-chart.json @@ -0,0 +1 @@ +[{"uid":"1b99b52ca85c17c4","name":"test_home_page_loading","time":{"start":1731047709081,"stop":1731047710125,"duration":1044},"status":"passed","severity":"critical"},{"uid":"935ae49db4cd6fda","name":"test_open_new_account[savings_account]","time":{"start":1731047710798,"stop":1731047711331,"duration":533},"status":"passed","severity":"normal"},{"uid":"b4d55d61e9412c83","name":"test_register_button","time":{"start":1731047710886,"stop":1731047711715,"duration":829},"status":"passed","severity":"minor"},{"uid":"393a2a8f03cf36e4","name":"test_open_new_account[checking_account]","time":{"start":1731047710727,"stop":1731047711260,"duration":533},"status":"passed","severity":"normal"},{"uid":"2264461ad822d37a","name":"test_login","time":{"start":1731047709149,"stop":1731047711014,"duration":1865},"status":"passed","severity":"critical"},{"uid":"bffcaabe3075c2dc","name":"test_successful_registration","time":{"start":1731047711655,"stop":1731047715832,"duration":4177},"status":"passed","severity":"critical"}] \ No newline at end of file diff --git a/22/widgets/suites.json b/22/widgets/suites.json new file mode 100644 index 0000000..4db645c --- /dev/null +++ b/22/widgets/suites.json @@ -0,0 +1 @@ +{"total":2,"items":[{"uid":"e387fa4bb326b54ea8c19c2822aba374","name":"tests","statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5}},{"uid":"3965134f6f8c1be9f46795103934f428","name":"tests.ui","statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1}}]} \ No newline at end of file diff --git a/22/widgets/summary.json b/22/widgets/summary.json new file mode 100644 index 0000000..2b11729 --- /dev/null +++ b/22/widgets/summary.json @@ -0,0 +1 @@ +{"reportName":"Allure Report with history","testRuns":[],"statistic":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6},"time":{"start":1731047709081,"stop":1731047715832,"duration":6751,"minDuration":533,"maxDuration":4177,"sumDuration":8981}} \ No newline at end of file diff --git a/index.html b/index.html index cef90c3..6465e37 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 2d24761..7a2d3a2 100644 --- a/last-history/categories-trend.json +++ b/last-history/categories-trend.json @@ -1 +1 @@ -[{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{}},{"data":{}}] \ No newline at end of file +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","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 768fc49..6b17329 100644 --- a/last-history/duration-trend.json +++ b/last-history/duration-trend.json @@ -1 +1 @@ -[{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"duration":2773}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"duration":1099}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"duration":1737}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"duration":2535}},{"data":{}}] \ No newline at end of file +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"duration":6751}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"duration":2773}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"duration":1099}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"duration":1737}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"duration":2535}},{"data":{}}] \ No newline at end of file diff --git a/last-history/history-trend.json b/last-history/history-trend.json index 11ceecd..325fd10 100644 --- a/last-history/history-trend.json +++ b/last-history/history-trend.json @@ -1 +1 @@ -[{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"data":{"failed":0,"broken":0,"skipped":0,"passed":0,"unknown":0,"total":0}}] \ No newline at end of file +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":6,"unknown":0,"total":6}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"failed":0,"broken":0,"skipped":0,"passed":2,"unknown":0,"total":2}},{"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 b580a8f..752b35e 100644 --- a/last-history/history.json +++ b/last-history/history.json @@ -1 +1 @@ -{"f115e5eec8cacba5fc1991c48f1d37a4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"9844190684ab0319","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/9844190684ab0319","status":"passed","time":{"start":1730388094696,"stop":1730388096720,"duration":2024}},{"uid":"c9d599efdea9fca6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c9d599efdea9fca6","status":"passed","time":{"start":1730387470573,"stop":1730387471148,"duration":575}},{"uid":"39be7728419610","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/39be7728419610","status":"passed","time":{"start":1730383278561,"stop":1730383279775,"duration":1214}}]},"f13fd9c36fb5c0f33905cc309f8bacea":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":3,"unknown":0,"total":3},"items":[{"uid":"ccec63323394fa2f","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/ccec63323394fa2f","status":"passed","time":{"start":1730388094725,"stop":1730388097469,"duration":2744}},{"uid":"c775447312e9d237","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c775447312e9d237","status":"passed","time":{"start":1730387470619,"stop":1730387471505,"duration":886}},{"uid":"d74261927464674b","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/d74261927464674b","status":"passed","time":{"start":1730383278591,"stop":1730383280227,"duration":1636}}]},"2116f0ad00ab1de0effc54f114dd9496":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e70f7d4a98ebbc69","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e70f7d4a98ebbc69","status":"passed","time":{"start":1730388094741,"stop":1730388097338,"duration":2597}},{"uid":"c7e831f40365777e","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c7e831f40365777e","status":"passed","time":{"start":1730387470573,"stop":1730387471672,"duration":1099}},{"uid":"c6ab14a327c0bdc2","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/c6ab14a327c0bdc2","status":"passed","time":{"start":1730383278590,"stop":1730383280286,"duration":1696}},{"uid":"a3ced999630bfd55","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/a3ced999630bfd55","status":"passed","time":{"start":1729994637224,"stop":1729994638917,"duration":1693}}]},"cd78e77c021507fdcc5d35bc8d9a9a3d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"e81a7a0da6229cad","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e81a7a0da6229cad","status":"passed","time":{"start":1730388094748,"stop":1730388096676,"duration":1928}},{"uid":"762cd60a4a3ca5f0","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/762cd60a4a3ca5f0","status":"passed","time":{"start":1730387470606,"stop":1730387471197,"duration":591}},{"uid":"fd540fed40495bd6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/fd540fed40495bd6","status":"passed","time":{"start":1730383278549,"stop":1730383279708,"duration":1159}},{"uid":"c63534f5ad2685cf","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/c63534f5ad2685cf","status":"passed","time":{"start":1729994639320,"stop":1729994639759,"duration":439}}]}} \ No newline at end of file +{"f115e5eec8cacba5fc1991c48f1d37a4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"b4d55d61e9412c83","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/b4d55d61e9412c83","status":"passed","time":{"start":1731047710886,"stop":1731047711715,"duration":829}},{"uid":"9844190684ab0319","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/9844190684ab0319","status":"passed","time":{"start":1730388094696,"stop":1730388096720,"duration":2024}},{"uid":"c9d599efdea9fca6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c9d599efdea9fca6","status":"passed","time":{"start":1730387470573,"stop":1730387471148,"duration":575}},{"uid":"39be7728419610","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/39be7728419610","status":"passed","time":{"start":1730383278561,"stop":1730383279775,"duration":1214}}]},"f13fd9c36fb5c0f33905cc309f8bacea":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":4,"unknown":0,"total":4},"items":[{"uid":"bffcaabe3075c2dc","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/bffcaabe3075c2dc","status":"passed","time":{"start":1731047711655,"stop":1731047715832,"duration":4177}},{"uid":"ccec63323394fa2f","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/ccec63323394fa2f","status":"passed","time":{"start":1730388094725,"stop":1730388097469,"duration":2744}},{"uid":"c775447312e9d237","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c775447312e9d237","status":"passed","time":{"start":1730387470619,"stop":1730387471505,"duration":886}},{"uid":"d74261927464674b","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/d74261927464674b","status":"passed","time":{"start":1730383278591,"stop":1730383280227,"duration":1636}}]},"2116f0ad00ab1de0effc54f114dd9496":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"2264461ad822d37a","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/2264461ad822d37a","status":"passed","time":{"start":1731047709149,"stop":1731047711014,"duration":1865}},{"uid":"e70f7d4a98ebbc69","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e70f7d4a98ebbc69","status":"passed","time":{"start":1730388094741,"stop":1730388097338,"duration":2597}},{"uid":"c7e831f40365777e","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/c7e831f40365777e","status":"passed","time":{"start":1730387470573,"stop":1730387471672,"duration":1099}},{"uid":"c6ab14a327c0bdc2","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/c6ab14a327c0bdc2","status":"passed","time":{"start":1730383278590,"stop":1730383280286,"duration":1696}},{"uid":"a3ced999630bfd55","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/a3ced999630bfd55","status":"passed","time":{"start":1729994637224,"stop":1729994638917,"duration":1693}}]},"cd78e77c021507fdcc5d35bc8d9a9a3d":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":5,"unknown":0,"total":5},"items":[{"uid":"1b99b52ca85c17c4","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/1b99b52ca85c17c4","status":"passed","time":{"start":1731047709081,"stop":1731047710125,"duration":1044}},{"uid":"e81a7a0da6229cad","reportUrl":"https://ZhikharevAl.github.io/ParaBank/21//#testresult/e81a7a0da6229cad","status":"passed","time":{"start":1730388094748,"stop":1730388096676,"duration":1928}},{"uid":"762cd60a4a3ca5f0","reportUrl":"https://ZhikharevAl.github.io/ParaBank/20//#testresult/762cd60a4a3ca5f0","status":"passed","time":{"start":1730387470606,"stop":1730387471197,"duration":591}},{"uid":"fd540fed40495bd6","reportUrl":"https://ZhikharevAl.github.io/ParaBank/19//#testresult/fd540fed40495bd6","status":"passed","time":{"start":1730383278549,"stop":1730383279708,"duration":1159}},{"uid":"c63534f5ad2685cf","reportUrl":"https://ZhikharevAl.github.io/ParaBank/18//#testresult/c63534f5ad2685cf","status":"passed","time":{"start":1729994639320,"stop":1729994639759,"duration":439}}]},"c8a7d7b906ef6a251f32cd55dce203a4":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"935ae49db4cd6fda","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/935ae49db4cd6fda","status":"passed","time":{"start":1731047710798,"stop":1731047711331,"duration":533}}]},"18a6f9c36a14075a14778b2c3b423a04":{"statistic":{"failed":0,"broken":0,"skipped":0,"passed":1,"unknown":0,"total":1},"items":[{"uid":"393a2a8f03cf36e4","reportUrl":"https://ZhikharevAl.github.io/ParaBank/22//#testresult/393a2a8f03cf36e4","status":"passed","time":{"start":1731047710727,"stop":1731047711260,"duration":533}}]}} \ No newline at end of file diff --git a/last-history/retry-trend.json b/last-history/retry-trend.json index 4d00d3e..92d7cbc 100644 --- a/last-history/retry-trend.json +++ b/last-history/retry-trend.json @@ -1 +1 @@ -[{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file +[{"buildOrder":22,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/22/","reportName":"Allure Report with history","data":{"run":6,"retry":0}},{"buildOrder":21,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/21/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":20,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/20/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":19,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/19/","reportName":"Allure Report with history","data":{"run":4,"retry":0}},{"buildOrder":18,"reportUrl":"https://ZhikharevAl.github.io/ParaBank/18/","reportName":"Allure Report with history","data":{"run":2,"retry":0}},{"data":{"run":0,"retry":0}}] \ No newline at end of file