Replies: 2 comments
def setup_class(self):
print('this is setup_class')When the setup_class method of pytest is written, selenium base cannot work anymore |
0 replies
|
See examples/boilerplates/base_test_case.py for an example of customizing Also see #2625 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
run As:
Why does pytest's setup fail to run
All reactions