Commit 29621440 authored by Girija Saint-Ange's avatar Girija Saint-Ange
Browse files

Merge branch '13-broken-link-in-readme-md' into 'master'

Resolve "Broken link in README.md"

Closes #13

See merge request to-be-continuous/cypress!51
parents 4932e35c 575fb8ae
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ By default, the Cypress template tries to auto-evaluate the [baseUrl setting](ht
`environment_url.txt` file.

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 Cypress test will automatically be run on this server.

:warning: all our deployment templates implement this design. Therefore even purely dynamic environments (such as review