RESOLVED FIXED 236075
WebDriver: selenium tests are executed more than once
https://bugs.webkit.org/show_bug.cgi?id=236075
Summary WebDriver: selenium tests are executed more than once
Carlos Garcia Campos
Reported 2022-02-03 04:28:04 PST
I think this happens since we updated the pytest version. Pytest is now collecting test files that don't any test like __init__,py files. When that's given to the runner tall the tests under the directory are executed.
Attachments
Patch (1.49 KB, patch)
2022-02-03 04:30 PST, Carlos Garcia Campos
darin: review+
Carlos Garcia Campos
Comment 1 2022-02-03 04:30:27 PST
Darin Adler
Comment 2 2022-02-03 04:40:20 PST
Comment on attachment 450759 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=450759&action=review > Tools/ChangeLog:8 > + I think this happens since we updated the pytest version. Pytest is now collecting test files that don't any missing word here “don’t contain any”
Carlos Garcia Campos
Comment 3 2022-02-03 05:11:12 PST
Radar WebKit Bug Importer
Comment 4 2022-02-03 05:12:17 PST
Note You need to log in before you can comment on or make changes to this bug.