test: add real chrome edge browser smoke
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
$ErrorActionPreference = 'Stop'
|
||||
|
||||
Write-Host 'Running real Chrome/Edge browser smoke...'
|
||||
go test -tags smoke ./internal/platform/browser -run '^TestRealChromiumSmoke$' -count=1 -v
|
||||
Reference in New Issue
Block a user