Skip to content

Commit

Permalink
Changes in set_AppConfig_for_tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstryczek committed Apr 17, 2019
1 parent ccf3934 commit 16e5ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/set_AppConfig_for_tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ Function set_AppConfig_for_tests([string]$OutDir,[string]$configName,[string]$se
.PARAMETER values
Values of keys for update separated by |, in same order as keys.
.EXAMPLE
.\set_AppConfig_for_tests "..\Objectivity.Test.Automation.Tests.BrowserStackCrossBrowser\bin\Debug" "Objectivity.Test.Automation.Tests.NUnit.dll.config" "//DriverCapabilities" "browserstack.user|browserstack.key" "key1value|key2value"
.\set_AppConfig_for_tests.ps1 "..\Objectivity.Test.Automation.Tests.BrowserStackCrossBrowser\bin\Debug" "Objectivity.Test.Automation.Tests.NUnit.dll.config" "//DriverCapabilities" "browserstack.user|browserstack.key" "key1value|key2value" $true
.\set_AppConfig_for_tests "..\Ocaramba.Tests.BrowserStackCrossBrowser\bin\Debug" "Ocaramba.Tests.NUnit.dll.config" "//DriverCapabilities" "browserstack.user|browserstack.key" "key1value|key2value"
.\set_AppConfig_for_tests.ps1 "..\Ocaramba.Tests.BrowserStackCrossBrowser\bin\Debug" "Ocaramba.Tests.NUnit.dll.config" "//DriverCapabilities" "browserstack.user|browserstack.key" "key1value|key2value" $true
#>


Expand Down

0 comments on commit 16e5ff1

Please sign in to comment.