Is there a way to persist session across test cases while writing automation in testim.io?
For example, I have a screen where a logo comes up, and a search bar comes below it. This page can only be accessed after login. I am considering only 2 test cases for the scope of this question.
- the logo of the page is coming up properly
- the search bar is coming up properly
Now I begin writing automation in testim. Browser opens us, takes the saved credentials and logs in, after that I verify if the logo is coming up. I record everything. I am done with this test case and move on to the next one. For next, I don't want to go to the login screen again. I just want to be logged in and start from where I left off and hit recording in the same browser.