add browser tests to continous builds

This commit is contained in:
Johannes Rieken
2020-02-06 16:56:01 +01:00
parent 21b671d921
commit 3331e4266b
4 changed files with 10 additions and 0 deletions

View File

@@ -49,6 +49,9 @@ steps:
- script: |
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
DISPLAY=:10 yarn browser-test
displayName: Run Unit Tests (Browser)
- script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"
displayName: Run Integration Tests