@@ -15,13 +15,13 @@ $TempFileUnzipPath = $TempFilePath.Replace(".tmp", "");
1515Invoke-WebRequest " https://chromedriver.storage.googleapis.com/$ChromeVersion /chromedriver_win32.zip" - OutFile $TempZipFilePath ;
1616Expand-Archive $TempZipFilePath - DestinationPath $TempFileUnzipPath ;
1717
18- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.NUnit\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
19- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Angular\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
20- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.NUnitExtentReports\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
21- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Features\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
22- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Xunit\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
23- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.MsTest\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
24- .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.UnitTests\bin\Debug\netcoreapp3.1 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
18+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.NUnit\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
19+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Angular\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
20+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.NUnitExtentReports\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
21+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Features\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
22+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Xunit\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
23+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.MsTest\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
24+ .\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.UnitTests\bin\Debug\net6.0 " " appsettings.json" " appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues - json
2525.\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.Angular\bin\Debug\net472" " Ocaramba.Tests.Angular.dll.config" " //appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues
2626.\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.Tests.NUnit\bin\Debug\net472" " Ocaramba.Tests.NUnit.dll.config" " //appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues
2727.\scripts\set_AppConfig_for_tests.ps1 " .\Ocaramba.UnitTests\bin\Debug\net472" " Ocaramba.UnitTests.dll.config" " //appSettings" " browser|PathToChromeDriverDirectory" " Chrome|$TempFileUnzipPath " - logValues
@@ -83,9 +83,9 @@ echo '********************************************Specflow tests****************
8383
8484# & nunit3-console.exe .\Ocaramba.Tests.CloudProviderCrossBrowser\bin\Debug\net472\Ocaramba.Tests.CloudProviderCrossBrowser.dll --workers=5
8585
86- # .\scripts\set_AppConfig_for_tests.ps1 ".\Ocaramba.Tests.CloudProviderCrossBrowser\bin\Debug\netcoreapp3.1 " "appsettings.json" "appSettings" "RemoteWebDriverHub" "http://$($env:browserstackuser):$($env:browserstackkey)@hub-cloud.browserstack.com/wd/hub" $false $true
86+ # .\scripts\set_AppConfig_for_tests.ps1 ".\Ocaramba.Tests.CloudProviderCrossBrowser\bin\Debug\net6.0 " "appsettings.json" "appSettings" "RemoteWebDriverHub" "http://$($env:browserstackuser):$($env:browserstackkey)@hub-cloud.browserstack.com/wd/hub" $false $true
8787
88- # .\scripts\set_AppConfig_for_tests.ps1 ".\Ocaramba.Tests.CloudProviderCrossBrowser\bin\Debug\netcoreapp3.1 " "appsettings.json" "DriverCapabilities" "build" "Ocaramba.Tests.BrowserStackCrossBrowser$env:appveyor_build_version" $true $true
88+ # .\scripts\set_AppConfig_for_tests.ps1 ".\Ocaramba.Tests.CloudProviderCrossBrowser\bin\Debug\net6.0 " "appsettings.json" "DriverCapabilities" "build" "Ocaramba.Tests.BrowserStackCrossBrowser$env:appveyor_build_version" $true $true
8989
9090# & dotnet.exe test --configuration Debug --no-build --no-restore Ocaramba.Tests.CloudProviderCrossBrowser -maxCpuCount --test-adapter-path:. --logger:Appveyor
9191
0 commit comments