We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 100cdf7 commit b6eadd5Copy full SHA for b6eadd5
Examples/Combined.tests.ps1
@@ -64,6 +64,7 @@ Describe "Testing the tailspin toys demo site at $env:SITE_URL" {
64
BeforeAll {
65
#Relying on environment variable to pick the browser. Capture ID for use in logs by requesting verbose and redirecting it.
66
$Global:SeDriver = $null
67
+ if ($BrowserOptHash -eq $null) { $BrowserOptHash = @{} }
68
$BrowserID = SeOpen -URL $env:SITE_URL -Options $BrowserOptHash -Verbose 4>&1
69
Write-Verbose "`$Global:SeDriver -eq `$null: $($Global:SeDriver -eq $null)"
70
$BrowserID = ($BrowserID.Message -replace '^Opened ', '') + ' on ' + [System.Environment]::OSVersion.Platform
0 commit comments