-
At the end of an all example launched pytest , I noticed there are test that show failures. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
If running tests from https://github.com/seleniumbase/SeleniumBase/tree/master/examples with this command: pytest --headless -n8 --dashboard --html=report.html -v --rs --crumbs You can expect to see something like this with the current tests: (Runtime will be different each time, based on how fast your computer and internet connection are.) 11 failed, 123 passed, 13 skipped, 1 xfailed in 34.27s Here's the ![]() Here's also a list of expected failures:
Failing tests are included on purpose to demonstrate how SeleniumBase tests catch bugs (and log the information). |
Beta Was this translation helpful? Give feedback.
If running tests from https://github.com/seleniumbase/SeleniumBase/tree/master/examples with this command:
You can expect to see something like this with the current tests: (Runtime will be different each time, based on how fast your computer and internet connection are.)
11 failed, 123 passed, 13 skipped, 1 xfailed in 34.27s
Here's the
dashboard.html
file with the failures: (There's also areport.html
file with screenshots included.)Here's also a list of expected failures: