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 c5b4153 commit 11c3e1dCopy full SHA for 11c3e1d
Examples/Combined.tests.ps1
@@ -57,8 +57,8 @@ $ModaltestCases = @(
57
modalXPath = '//*[@id="profile-modal-1"]/div/div'
58
}
59
)
60
-$BrowserOptHash = $TestCaseSettings[$env:DefaultBrowser].DefaultOptions
61
-$BrowserOptText = Build-StringFromHash $BrowserOptHash
+$Global:BrowserOptHash = $TestCaseSettings[$env:DefaultBrowser].DefaultOptions
+$Global:BrowserOptText = Build-StringFromHash $BrowserOptHash
62
Describe "Testing the tailspin toys demo site at $env:SITE_URL" {
63
BeforeAll {
64
#Relying on environment variable to pick the browser. Capture ID for use in logs by requesting verbose and redirecting it.
0 commit comments