From 1468dcc3f60768e13325c71ba619ec2859381eb6 Mon Sep 17 00:00:00 2001 From: SuZhou-Joe Date: Thu, 2 Nov 2023 16:05:15 +0800 Subject: [PATCH] feat: add debug info Signed-off-by: SuZhou-Joe --- .github/workflows/cypress-workflow-vanilla-snapshot-based.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml b/.github/workflows/cypress-workflow-vanilla-snapshot-based.yml index be2785c8f..51d0963ae 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: DEBUG=cypress:* yarn cypress:run-without-security --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