|
|
@ -21,16 +21,26 @@ jobs: |
|
|
vmImage: 'windows-2022' |
|
|
vmImage: 'windows-2022' |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
|
|
|
- task: UseDotNet@2 |
|
|
|
|
|
displayName: 'Use .NET Core SDK 6.0.202' |
|
|
|
|
|
inputs: |
|
|
|
|
|
version: 6.0.202 |
|
|
|
|
|
|
|
|
- task: Windows Application Driver@0 |
|
|
- task: Windows Application Driver@0 |
|
|
inputs: |
|
|
inputs: |
|
|
OperationType: 'Start' |
|
|
OperationType: 'Start' |
|
|
AgentResolution: '1080p' |
|
|
AgentResolution: '1080p' |
|
|
displayName: 'Start WinAppDriver' |
|
|
displayName: 'Start WinAppDriver' |
|
|
|
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2 |
|
|
|
|
|
inputs: |
|
|
|
|
|
command: 'build' |
|
|
|
|
|
projects: 'samples/IntegrationTestApp/IntegrationTestApp.csproj' |
|
|
|
|
|
|
|
|
- task: DotNetCoreCLI@2 |
|
|
- task: DotNetCoreCLI@2 |
|
|
inputs: |
|
|
inputs: |
|
|
command: 'test' |
|
|
command: 'test' |
|
|
projects: 'tests/Avalonia.IntegrationTests.Appium/' |
|
|
projects: 'tests/Avalonia.IntegrationTests.Appium/Avalonia.IntegrationTests.Appium.csproj' |
|
|
|
|
|
|
|
|
- task: Windows Application Driver@0 |
|
|
- task: Windows Application Driver@0 |
|
|
inputs: |
|
|
inputs: |
|
|
|