I am running tests with TestCafe and I cannot get redirected to the GitLab sign-in page. The browser tests are stuck on the "Receive Checking your browser before accessing gitlab.com" page.
I believe the issue is related to DDOS protection by Cloudflare (since GitLab has changed its CDN provider to Cloudflare in March 2020
The issue also exists when running tests with Playwright and I have tried multiple browsers Chrome, Firefox, Safari and still experience the same issue.
Does anybody know if there is a way to bypass this limitation with GitLab when running tests in TestCafe?
Any help is appreciated.