diff --git a/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml b/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml index be2785c8f..5c1d62d71 100644 --- a/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml +++ b/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml @@ -71,7 +71,7 @@ jobs: uses: cypress-io/github-action@v2 with: working-directory: monetery-test - command: yarn cypress:run-without-security --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js' + command: yarn cypress:run-without-security --headless=new --browser chromium --spec 'cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js' wait-on: 'http://localhost:5601' # Screenshots are only captured on failure, will change this once we do visual regression tests - uses: actions/upload-artifact@v1