I have a scenario where I need to use the current user chrome profile. I expected that I don't need to log in to web app. I thought TestCafe would use stored credentials. But all tests are redirected to login page. I launch testcafe tests with flag chrome:userProfile.
How could I run tests and use stored credentials in the browser?