More e2d tests (#258)

This commit is contained in:
Jonas Plum
2022-06-15 04:03:22 +02:00
committed by GitHub
parent 2ac1dd29ad
commit 2026cb3c6a
10 changed files with 181 additions and 53 deletions

View File

@@ -96,6 +96,7 @@ jobs:
cypress:
strategy:
matrix:
test: [ tickets, templates, playbooks ]
auth: [ simple, keycloak ]
runs-on: ubuntu-latest
steps:
@@ -164,6 +165,7 @@ jobs:
- uses: cypress-io/github-action@v4
env:
CYPRESS_AUTH: ${{ matrix.auth }}
CYPRESS_TEST: ${{ matrix.test }}
with:
browser: chrome
working-directory: ui