This commit is contained in:
Johannes Rieken 2020-02-07 09:33:15 +01:00
parent cf127f9edf
commit c7352f7831
3 changed files with 3 additions and 3 deletions

View file

@ -42,7 +42,7 @@ steps:
./scripts/test.sh --tfs "Unit Tests"
displayName: Run Unit Tests
- script: |
yarn browser-test
yarn test-browser
displayName: Run Unit Tests (Browsers)
- script: |
./scripts/test-integration.sh --tfs "Integration Tests"

View file

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

View file

@ -47,7 +47,7 @@ steps:
.\scripts\test.bat --tfs "Unit Tests"
displayName: Run Unit Tests
- powershell: |
yarn browser-test
yarn test-browser
displayName: Run Unit Tests (Browser)
- powershell: |
.\scripts\test-integration.bat --tfs "Integration Tests"