5 lines
179 B
PowerShell
5 lines
179 B
PowerShell
$ErrorActionPreference = 'Stop'
|
|
|
|
Write-Host 'Running real Chrome/Edge browser smoke...'
|
|
go test -tags smoke ./internal/platform/browser -run '^TestRealChromiumSmoke$' -count=1 -v
|