Add test to list the tenants in Operator UI (#1605)

Co-authored-by: Alex <33497058+bexsoft@users.noreply.github.com>
This commit is contained in:
Cesar Celis Hernandez
2022-02-22 00:57:09 -05:00
committed by GitHub
parent 56c4311a6b
commit 844162a7ab
32 changed files with 765 additions and 38 deletions

View File

@@ -56,12 +56,12 @@ jobs:
run: |
make console
- name: Start Console, front-end app
# Runs a set of commands using the runners shell
- name: Start Kind for Operator UI
run: |
(./console operator) & (make initialize-operator)
"${GITHUB_WORKSPACE}/portal-ui/tests/scripts/operator.sh"
- name: Run TestCafe Tests
uses: DevExpress/testcafe-action@latest
with:
args: '"chrome:headless" portal-ui/tests/operator/ --skip-js-errors -c 3'