'Cypress - What is the baseURL used for running E2E tests on gitlab ci pipeline?

I have written my first E2E tests with Cypress, and so far I am using this cypress.json file:

{
    "baseUrl": "http://localhost/",
    "video": false
}

Now, I want to run my E2E tests on Gitlab CI pipeline. What baseURL I use? Any help?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source