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:
committed by
GitHub
parent
56c4311a6b
commit
844162a7ab
6
.github/workflows/operator.yaml
vendored
6
.github/workflows/operator.yaml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user