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
This means that reruns won't happen, and the Dashboard will get confused (a failure will appear not just once, but also each time there is a rerun that happens).
This issue appeared in seleniumbase4.27.2, which upgraded to use pytest8.2.2.
Probably the best thing to do for now is downgrade pytest in the dependencies until pytest fixes the issue. (Or maybe they'll say that pytest-rerunfailures needs to be fixed.)
The text was updated successfully, but these errors were encountered:
pytest
8.2.2
causes issues when--reruns
is usedI opened a ticket with them: pytest-dev/pytest#12424
This means that reruns won't happen, and the Dashboard will get confused (a failure will appear not just once, but also each time there is a
rerun
that happens).This issue appeared in
seleniumbase
4.27.2
, which upgraded to usepytest
8.2.2
.Probably the best thing to do for now is downgrade
pytest
in the dependencies untilpytest
fixes the issue. (Or maybe they'll say thatpytest-rerunfailures
needs to be fixed.)The text was updated successfully, but these errors were encountered: