seleniumbase / SeleniumBase

📊 Python's all-in-one framework for web crawling, scraping, testing, and reporting. Supports pytest. UC Mode provides stealth. Includes many tools.
https://seleniumbase.io
MIT License
5.04k stars 945 forks source link

Issue with pytest-html reports on Windows #343

Closed mdmintz closed 5 years ago

mdmintz commented 5 years ago

pytest-html reports are broken on Windows due to https://github.com/pytest-dev/pytest-html/issues/214 . Waiting on them for a fix.

mdmintz commented 5 years ago

This can be fixed by rolling back pytest-html from 1.21.1 to 1.20.0

mdmintz commented 5 years ago

This was fixed by the rollback of pytest-html to 1.20.0 in https://github.com/seleniumbase/SeleniumBase/pull/344