hurl/integration/tests_ok/proxy.sh

6 lines
148 B
Bash
Raw Normal View History

2023-03-30 22:56:43 +03:00
#!/bin/bash
set -Eeuo pipefail
2023-04-05 12:07:50 +03:00
hurl tests_ok/proxy.hurl --proxy localhost:3128 --verbose
hurl tests_ok/proxy.hurl --proxy 127.0.0.1:3128 --verbose