test: add real chrome edge browser smoke

This commit is contained in:
QiuSW
2026-07-22 15:05:52 +08:00
parent 1ce02bcf3b
commit e43c4b9a4f
5 changed files with 126 additions and 3 deletions
+4
View File
@@ -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