I have created a test setup method for driver initialization but I want it to run before every method. Can you help me?

Let me know how to make it run before every method.

Hello Ian,

Please use the below test fixture:

@pytest.mark.usefixtures('<Your method you want to run>')