Skip to content

Commit

Permalink
Updated AppVeyor to for core 2.1 version of integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Mar 8, 2019
1 parent 5575aa6 commit bac59ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test_script:
- cmd: dotnet test
# === Run Integration Tests
# Use the version of chromedriver.exe from the build server to ensure it matches the browser version
- ps: Copy-Item "C:\Tools\WebDriver\chromedriver.exe" (Join-Path $env:APPVEYOR_BUILD_FOLDER "AllReadyApp\AllReady.IntegrationTest\bin\Release")
- ps: Copy-Item "C:\Tools\WebDriver\chromedriver.exe" (Join-Path $env:APPVEYOR_BUILD_FOLDER "AllReadyApp\AllReady.IntegrationTest\bin\Release\netcoreapp2.1")
- ps: $env:Data:DefaultConnection:ConnectionString="Server=(local)\SQL2016;Database=master;User ID=sa;Password=Password12!"
- ps: $env:Data:HangfireConnection:ConnectionString="Server=(local)\SQL2016;Database=master;User ID=sa;Password=Password12!"
- ps: $env:ASPNETCORE_ENVIRONMENT="Development"
Expand All @@ -52,7 +52,7 @@ test_script:
- ps: Start-Sleep 30 # Wait for webserver to warm up
- ps: cd $env:APPVEYOR_BUILD_FOLDER
- ps: Write-Host "== Running integration tests =="
- ps: AllReadyApp\AllReady.IntegrationTest\bin\Release\AllReady.IntegrationTest.exe
- ps: dotnet AllReadyApp\AllReady.IntegrationTest\bin\Release\netcoreapp2.1\AllReady.ScenarioTest.dll
- ps: Write-Host "== Finished running integration tests =="
- ps: |
if(!$webhost.HasExited) {
Expand Down

0 comments on commit bac59ee

Please sign in to comment.