-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix an error in GitHub action tests #184
base: 4.12.0
Are you sure you want to change the base?
Conversation
This reverts commit 0f394f2.
ResearchThe error caused is being investigated, as well as the possible solution proposed by the tests: |
ResearchFirst evidence of port fail:
This error is not related. |
ResearchCypress version gets upgraded from 13.x to 14.x |
ResearchSince the latest available version of Cypress is installed, the tests are incompatible. However, using an earlier version, such as 13.5.1, makes them compatible with the repository's tests. |
Description
The
Ddest
flag in themvn
repository has been deprecated, This commit shows how the GitHub actions are changed:opensearch-project@90b2e77
Additionally, test
.github/workflows/cypress-test-tenancy-disabled.yml
has a mismatched test file. The commit changes the patch to fix it.Issues Resolved
Testing
Download security plugin and create setup scripts
must pass.Configure and Run OpenSearch Dashboards with Cypress Test Cases
must pass.Check List