Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ By default, the Playwright template tries to auto-determine the [baseURL](https: When found, the base url is passed as `$BASE_URL` environment variable and can be reused in your Playwright tests (see below). Therefore if an upstream job in the pipeline deployed your code to a server and propagated the deployed server url, either through a [dotenv](https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#artifactsreportsdotenv) variable `$environment_url` either through a [dotenv](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv) variable `$environment_url` or through a basic `environment_url.txt` file, then the Playwright test will automatically be run on this server. :warning: all our deployment templates implement this design. Therefore even purely dynamic environments (such as review Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -68,7 +68,7 @@ By default, the Playwright template tries to auto-determine the [baseURL](https: When found, the base url is passed as `$BASE_URL` environment variable and can be reused in your Playwright tests (see below). Therefore if an upstream job in the pipeline deployed your code to a server and propagated the deployed server url, either through a [dotenv](https://docs.gitlab.com/ee/ci/pipelines/job_artifacts.html#artifactsreportsdotenv) variable `$environment_url` either through a [dotenv](https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportsdotenv) variable `$environment_url` or through a basic `environment_url.txt` file, then the Playwright test will automatically be run on this server. :warning: all our deployment templates implement this design. Therefore even purely dynamic environments (such as review Loading