enable browser-unit-tests in firefox for mac, win, and linux, fyi @bpasero

This commit is contained in:
Johannes Rieken
2020-04-14 11:17:06 +02:00
parent 53a6a998cd
commit 8c219e5b7b
6 changed files with 6 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ steps:
DISPLAY=:10 ./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests (Electron)
- script: |
DISPLAY=:10 yarn test-browser --browser chromium
DISPLAY=:10 yarn test-browser --browser chromium --browser firefox
displayName: Run Unit Tests (Browser)
- script: |
DISPLAY=:10 ./scripts/test-integration.sh --tfs "Integration Tests"