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
4.5k stars 916 forks source link

Using "--pdb" with "--dashboard" marks failing tests as passing on the Dashboard #1680

Closed mdmintz closed 1 year ago

mdmintz commented 1 year ago

Using --pdb with --dashboard marks failing tests as passing on the Dashboard

It's a very unlikely scenario because you don't want to use --pdb for CI tests, where the --dashboard option is more likely. However, it may still come up in practice.

mdmintz commented 1 year ago

The was resolved in 4.11.5 - https://github.com/seleniumbase/SeleniumBase/releases/tag/v4.11.5