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
on windows systems with a 256 character path length this will cause the write to silently fail and the following read when creating the report to not find the given asset.
The maximum file size is used here to truncate the asset name
pytest-html/src/pytest_html/basereport.py
Line 50 in 4b88ee4
and used together here with 'assets' to build a write destination for media assets
pytest-html/src/pytest_html/report.py
Line 39 in 4b88ee4
on windows systems with a 256 character path length this will cause the write to silently fail and the following read when creating the report to not find the given asset.
conftest.py
test_stuff.py
The text was updated successfully, but these errors were encountered: