Report generated on 16-Mar-2026 at 15:35:31 by pytest-html v2.0.1
3 tests ran in 29.01 seconds.
(Un)check the boxes to filter the results.
0 passed, 0 skipped, 3 failed, 0 errors, 0 expected failures, 0 unexpected passes, 0 rerun| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Failed | FOrUS_testing.py::FOrusWebsite::test_all_links | 9.86 | URL Screenshot |
|
self = <FOrUS_testing.FOrusWebsite testMethod=test_all_links> def test_all_links(self): self.open(mainurl) > self.click('//button[@value="accept-all"]') FOrUS_testing.py:46: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/base_case.py:413: in click element = page_actions.wait_for_element_visible( /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:496: in wait_for_element_visible timeout_exception(NoSuchElementException, message) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ exception = <class 'selenium.common.exceptions.NoSuchElementException'> message = 'Element {//button[@value="accept-all"]} was not present after 7 seconds!' def timeout_exception(exception, message): exc, msg = shared_utils.format_exc(exception, message) > raise exc(msg) E seleniumbase.common.exceptions.NoSuchElementException: Message: E Element {//button[@value="accept-all"]} was not present after 7 seconds! /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:254: NoSuchElementException | |||
| Failed | FOrUS_testing.py::FOrusWebsite::test_all_subdomains_existieren_und_aktuell | 8.74 | URL Screenshot |
|
self = <FOrUS_testing.FOrusWebsite testMethod=test_all_subdomains_existieren_und_aktuell> def test_all_subdomains_existieren_und_aktuell(self): self.open(mainurl) > self.click('//button[@value="accept-all"]') FOrUS_testing.py:24: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/base_case.py:413: in click element = page_actions.wait_for_element_visible( /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:496: in wait_for_element_visible timeout_exception(NoSuchElementException, message) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ exception = <class 'selenium.common.exceptions.NoSuchElementException'> message = 'Element {//button[@value="accept-all"]} was not present after 7 seconds!' def timeout_exception(exception, message): exc, msg = shared_utils.format_exc(exception, message) > raise exc(msg) E seleniumbase.common.exceptions.NoSuchElementException: Message: E Element {//button[@value="accept-all"]} was not present after 7 seconds! /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:254: NoSuchElementException | |||
| Failed | FOrUS_testing.py::FOrusWebsite::test_open_webiste_and_accept_cookies | 8.94 | URL Screenshot |
|
self = <FOrUS_testing.FOrusWebsite testMethod=test_open_webiste_and_accept_cookies> def test_open_webiste_and_accept_cookies(self): self.open(mainurl) > self.click('//button[@value="accept-all"]') FOrUS_testing.py:19: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/base_case.py:413: in click element = page_actions.wait_for_element_visible( /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:496: in wait_for_element_visible timeout_exception(NoSuchElementException, message) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ exception = <class 'selenium.common.exceptions.NoSuchElementException'> message = 'Element {//button[@value="accept-all"]} was not present after 7 seconds!' def timeout_exception(exception, message): exc, msg = shared_utils.format_exc(exception, message) > raise exc(msg) E seleniumbase.common.exceptions.NoSuchElementException: Message: E Element {//button[@value="accept-all"]} was not present after 7 seconds! /usr/local/lib/python3.10/dist-packages/seleniumbase/fixtures/page_actions.py:254: NoSuchElementException | |||