-
|
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 --crumbsYou 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.27sHere'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.27sHere's the
dashboard.htmlfile with the failures: (There's also areport.htmlfile with screenshots included.)Here's also a list of expected failures: