I have many tests in same class (testFicture) but each test need it own different test user so I need to close the browser and login again. How could I close the browser? Or I should have other ways to implement such feature to switch to different user for easyRepro tests in same class? Thanks!