From f894bb9aab0f7acb710a8b159c036d91e865d1bf Mon Sep 17 00:00:00 2001 From: Derek Ho Date: Wed, 17 Jul 2024 12:52:59 -0400 Subject: [PATCH] Move tests out Signed-off-by: Derek Ho --- .github/workflows/cypress-test.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index b35087ff4..c5e14ee11 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -84,6 +84,11 @@ jobs: yarn cypress:run-with-security-and-aggregation-view --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/aggregation_view.js" yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/multi_tenancy.js" yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security-dashboards-plugin/default_tenant.js" + + - name: Configure and Run OpenSearch Dashboards with Cypress Test Cases Release Tests + run: | + cd ./OpenSearch-Dashboards + cd opensearch-dashboards-functional-test yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security/audit_log_spec.js" yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security/auth_spec.js" yarn cypress:run-with-security --browser chrome --spec "cypress/integration/plugins/security/get_started_spec.js"