You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that when adding an image with a relative path, it needs to be relative to the output report HTML.
From the command line, it's possible to run e.g. pytest --html ../report.html - is there any way to be able to get this path from within a test? That would allow me to save images to an appropriate relative path.
(I can't use absolute paths as I want to be able to copy the report & its assets to CI)
The text was updated successfully, but these errors were encountered:
I see that when adding an image with a relative path, it needs to be relative to the output report HTML.
From the command line, it's possible to run e.g.
pytest --html ../report.html
- is there any way to be able to get this path from within a test? That would allow me to save images to an appropriate relative path.(I can't use absolute paths as I want to be able to copy the report & its assets to CI)
The text was updated successfully, but these errors were encountered: