Normally, whenever I open cypress and run tests, it loads another chrome window with a new session. I want it to utilize existing chrome window or it's session instead of starting a new session from scratch. Is this possible with cypress ?
Thanks in advance for any contribution.
Thanks