You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: synthetics/test-config/private-locations.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,26 +173,26 @@ Ensure that these variables are correctly configured to comply with your network
173
173
174
174
When using runner, it's important to correctly configure the proxy settings to avoid issues with browser-based tests. The following steps should be followed when setting up their environment:
175
175
176
-
1. **Ensure Proper NO_PROXY Setup**:
176
+
1. :strong:`Ensure Proper NO_PROXY Setup`:
177
177
178
-
- When configuring ``NO_PROXY``, it is critical that the following addresses are **always included**:
178
+
- When configuring ``NO_PROXY`` always include the following addresses:
179
179
180
180
- ``127.0.0.1`` (for localhost communication)
181
181
- ``localhost`` (for resolving local tests)
182
182
183
183
These addresses ensure that internal services and tests run correctly without routing through a proxy, preventing potential failures.
184
184
185
-
2. **Merging HTTP_PROXY and http_proxy**:
185
+
2. :strong:`Merging HTTP_PROXY and http_proxy`:
186
186
187
187
- The system automatically handles both ``HTTP_PROXY`` and ``http_proxy`` environment variables. If you define one of these, ensure the other is also set, or they will be automatically merged at start-up.
188
188
189
-
3. **Dockerfile Defaults**:
189
+
3. :strong:Dockerfile Defaults`:
190
190
191
191
- By default, the runner will set the ``NO_PROXY`` variable in the Dockerfile to include ``127.0.0.1``. If you override ``NO_PROXY``, you must ensure that ``127.0.0.1`` and ``localhost`` are still present, or browser tests may fail.
192
192
193
-
4. **Startup Check**:
193
+
4. :strong:`Startup Check`:
194
194
195
-
- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you may encounter unexpected behavior in test execution.
195
+
- The runner includes a startup check to validate that ``NO_PROXY`` contains ``127.0.0.1`` and ``localhost``. If these are missing, you might encounter unexpected behavior in test execution.
0 commit comments