File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
content/guides/getting-started Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,12 @@ The version of the `npm` package determines the version of the binary
98
98
downloaded. As of version ` 3.0 ` , the binary is downloaded to a global cache
99
99
directory to be used across projects.
100
100
101
+ System proxy properties ` http_proxy ` , ` https_proxy ` and ` no_proxy ` are respected
102
+ for the download of the Cypress binary. You can also use the npm properties
103
+ ` npm_config_proxy ` and ` npm_config_https_proxy ` . Those have lower priority, so
104
+ they will only be used if the system properties are being resolved to not use a
105
+ proxy.
106
+
101
107
</Alert >
102
108
103
109
<Alert type =" success " >
@@ -124,6 +130,9 @@ cd /your/project/path
124
130
yarn add cypress --dev
125
131
```
126
132
133
+ System proxy properties ` http_proxy ` , ` https_proxy ` and ` no_proxy ` are respected
134
+ for the download of the Cypress binary.
135
+
127
136
### <Icon name =" download " ></Icon > Direct download
128
137
129
138
If you're not using Node or ` npm ` in your project or you want to try Cypress out
You can’t perform that action at this time.
0 commit comments