From e96a631e03c037f8f03349b1a6920d08644c3d5a Mon Sep 17 00:00:00 2001 From: Tomas Bjerre Date: Mon, 8 Aug 2022 16:10:05 +0200 Subject: [PATCH] feat: including version in CYPRESS_DOWNLOAD_PATH_TEMPLATE --- content/guides/references/advanced-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/guides/references/advanced-installation.md b/content/guides/references/advanced-installation.md index 7e6a9bb622..394fd21f14 100644 --- a/content/guides/references/advanced-installation.md +++ b/content/guides/references/advanced-installation.md @@ -11,7 +11,7 @@ title: Advanced Installation | `CYPRESS_CACHE_FOLDER` | [Changes the Cypress binary cache location](#Binary-cache) | | `CYPRESS_RUN_BINARY` | [Location of Cypress binary at run-time](#Run-binary) | | `CYPRESS_VERIFY_TIMEOUT` | Overrides the timeout duration for the `verify` command. The default value is 30000. | -| `CYPRESS_DOWNLOAD_PATH_TEMPLATE` | Allows to specify custom download url. Replaces ${endpoint}, ${platform}, ${arch} with respective values | +| `CYPRESS_DOWNLOAD_PATH_TEMPLATE` | Allows to specify custom download url. Replaces ${endpoint}, ${version}, ${platform}, ${arch} with respective values | | ~~CYPRESS_SKIP_BINARY_INSTALL~~ | removed use `CYPRESS_INSTALL_BINARY=0` instead | | ~~CYPRESS_BINARY_VERSION~~ | removed use `CYPRESS_INSTALL_BINARY` instead |