IS
Size: a a a
IS
BK
AB
S
BK
ТЭ
IS
ТЭ
IS
IS
BK
BK
AB
BK
AB
S
EB
BK
def pytest_exception_interact():
with allure.step('Screenshot'):
last_screenshot = browser.config.last_screenshot
allure.attach.file(
name='screenshot',
source=last_screenshot,
attachment_type=allure.attachment_type.PNG,
)
INTERNALERROR> TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType