I found why my solution didn't work in the cloud.Looks like the maven profiles in pom.xml: "ui-tests-docker-build" and "ui-tests-docker-execution" are used ONLY in local execution and not in the cloud.Therefore any changes in build profile (especially adding --build-arg) have no impact on the cloud ...
Hello @mmarascu, have you found any solution finally?I'm facing the same problem trying to setup Playwright ui.tests with private npm repository.Setting up the tests is not a problem but the only problem is how to pass pipeline variables into the Dockerfile.My assumption was that those variables/sec...