hurl/integration/tests_ok/env_var.ps1

5 lines
113 B
PowerShell
Raw Normal View History

2023-03-30 22:56:43 +03:00
Set-StrictMode -Version latest
$ErrorActionPreference = 'Stop'
$env:HURL_name = 'Bob'
hurl tests_ok/env_var.hurl