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 11c3e1d commit 5f2200aCopy full SHA for 5f2200a
Examples/Combined.tests.ps1
@@ -59,6 +59,7 @@ $ModaltestCases = @(
59
)
60
$Global:BrowserOptHash = $TestCaseSettings[$env:DefaultBrowser].DefaultOptions
61
$Global:BrowserOptText = Build-StringFromHash $BrowserOptHash
62
+$Global:SeDriver = $null
63
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.
0 commit comments