Hey all,
my company has me integrating Playwright to get some testing coverage in our code base but I'm struggling with getting it to run in the CI/CD pipelines in Gitlab. Everything works on local as expected since I can just target localhost:8080
and it'll run fine. But on the CI/CD pipeline, it'll fail just past the login screen.
My question is do I need to target localhost
for the baseURL or do I need to target a url such as playwright.dev
This thread is trying to answer question "Do I need to target `localhost` for the baseURL or do I need to target a url such as `playwright.dev` when integrating Playwright in the CI/CD pipelines in Gitlab?"
Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].