We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@step def click_go_to_button(self): self.go_btn.with_(timeout=1).should(be.not_.visible)
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 )
Error: INTERNALERROR> TypeError: stat: path should be string, bytes, os.PathLike or integer, not NoneType
Error reproduced when try attach allure screenshot.
The text was updated successfully, but these errors were encountered:
228daf3
finalizing fix for #225:)
d2eeee6
#225: final fix:); kind of tested manually and now should work
fa4a08d
No branches or pull requests
Error reproduced when try attach allure screenshot.
The text was updated successfully, but these errors were encountered: