Browser Location
Choose where your web tests’ browser traffic exits from. The location applies to all traffic the test browser sends — page loads, API calls the page makes, and sign-in flows.
Allowlist TesterArmy’s IPs
With US (Static IP) — the default — every run exits from a small, fixed set of IP addresses, so you can allowlist TesterArmy in your firewall, WAF, or VPN.
- Open the project.
- Go to Settings.
- Find Browser Location — the exit IPs are listed under the selector with a copy button.
- Add those IPs to your allowlist.
The Europe location uses rotating residential IPs and cannot be allowlisted; if your app restricts access by IP, keep the US location.
Change the Project Default
- Open the project.
- Go to Settings.
- Under Browser Location, pick US (Static IP) or Europe.
- Save.
The setting applies to all future web runs in the project — manual runs, group and scheduled runs, PR testing, and API-triggered runs.
Override per Test
Individual tests can use a different location than the project:
- Open the test.
- Open Test settings.
- Select a Browser Location: Project Default, Europe, or US (Static IP).
- Save the test.
Writing Test Steps
The agent knows the browser’s location, so steps such as “verify the price shows in euros” behave as a real visitor from that region. Do not add steps that try to change the location from inside a test — configure it in settings instead.
