how to run more than 1 unittest through BrowserStack remote driver?
I’m learning to write autotests through Selenium using Python to run tests remotely with BrowserStack. I faced the problem, that code which I got on my course works only for 1 test with no functions and classes. When I create a class with multiple unit tests inside, my code does not work.