8

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

Ayyaz Zafar
  • 1,768
  • 5
  • 23
  • 39
  • I want to ask you why do you want to run your tests in a separate browser's session? Cypress creates its separate browser profile and its not possible for cypress launching it with the current browser profile. This answer will explain to you how profiles work with selenium: https://stackoverflow.com/questions/61303603/how-to-work-on-a-exist-session-in-selenium-with-python/61305083#61305083 – Mujtaba Mehdi Oct 01 '20 at 13:48
  • Did you find an answer? – nadavy Dec 17 '20 at 07:13
  • The question had nothing to do with selenium. And the user is trying to do just the opposite; (e.g., run subsequent tests from the same session). – sea26.2 Jan 24 '22 at 02:55

0 Answers0