mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-12-19 08:42:06 +03:00
5 lines
163 B
PowerShell
5 lines
163 B
PowerShell
Set-StrictMode -Version latest
|
|
$ErrorActionPreference = 'Stop'
|
|
hurl tests_ok/proxy.hurl --proxy localhost:3128 --verbose
|
|
hurl tests_ok/proxy_option.hurl --verbose
|