Web: run integration tests as part of our product builds (fix #83923)

This commit is contained in:
Benjamin Pasero
2020-02-10 11:22:55 +01:00
parent 16954b49fd
commit 9d9d729655
18 changed files with 161 additions and 113 deletions

View File

@@ -48,13 +48,13 @@ steps:
displayName: Download Built-in Extensions
- script: |
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
displayName: Run Unit Tests (Electron)
- script: |
DISPLAY=:10 yarn test-browser --browser chromium
displayName: Run Unit Tests (Browser)
- script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"
displayName: Run Integration Tests
displayName: Run Integration Tests (Electron)
- task: PublishTestResults@2
displayName: Publish Tests Results
inputs: