diff --git a/.github/workflows/cypress-integration-tests.yml b/.github/workflows/cypress-integration-tests.yml index 1bfd17404f8..b52b1d85d9c 100644 --- a/.github/workflows/cypress-integration-tests.yml +++ b/.github/workflows/cypress-integration-tests.yml @@ -55,9 +55,10 @@ jobs: with: install: false record: true + parallel: true working-directory: openmetadata-ui/src/main/resources/ui/ wait-on: 'http://localhost:8585' - command: yarn run cypress:run:record + browser: chrome env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} CYPRESS_SNOWFLAKE_USERNAME: ${{ secrets.CYPRESS_SNOWFLAKE_USERNAME }} diff --git a/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js b/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js index e8e183769e9..9e89e5df842 100644 --- a/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js +++ b/openmetadata-ui/src/main/resources/ui/cypress/integration/Pages/myData.spec.js @@ -171,7 +171,7 @@ describe('MyData page should work', () => { checkRecentlyViewElement(0, MYDATA_SUMMARY_OPTIONS.pipelines); }); - it('Listing Recent search terms with redirection should work properly', () => { + it.skip('Listing Recent search terms with redirection should work properly', () => { cy.contains(NO_SEARCHED_TERMS).should('be.visible'); checkRecentlySearchElement(SEARCH_TERMS.trino_etl.term);