From 6c07a4ffbf04e2b5373a46898176d1be1e1dd70a Mon Sep 17 00:00:00 2001 From: Shailesh Parmar Date: Thu, 22 Sep 2022 21:07:29 +0530 Subject: [PATCH] Added group name in cypress config yaml (#7667) --- .github/workflows/cypress-integration-tests-mysql.yml | 1 + .github/workflows/cypress-integration-tests-postgresql.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/cypress-integration-tests-mysql.yml b/.github/workflows/cypress-integration-tests-mysql.yml index 1acf4f6c605..97ce029cfe8 100644 --- a/.github/workflows/cypress-integration-tests-mysql.yml +++ b/.github/workflows/cypress-integration-tests-mysql.yml @@ -66,6 +66,7 @@ jobs: parallel: true working-directory: openmetadata-ui/src/main/resources/ui/ wait-on: 'http://localhost:8585' + group: Tests with database mysql browser: chrome env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} diff --git a/.github/workflows/cypress-integration-tests-postgresql.yml b/.github/workflows/cypress-integration-tests-postgresql.yml index 00bbe3b1f83..29996838b76 100644 --- a/.github/workflows/cypress-integration-tests-postgresql.yml +++ b/.github/workflows/cypress-integration-tests-postgresql.yml @@ -66,6 +66,7 @@ jobs: parallel: true working-directory: openmetadata-ui/src/main/resources/ui/ wait-on: 'http://localhost:8585' + group: Tests with database postgresql browser: chrome env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}