You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The commands for running cypress test in the installation section of the DEVELOPER_GUIDE.md are not correct
How can one reproduce the bug?
fork and clone the repo
run npm install and npm install -g yarn
run yarn cypress run-without-security --spec "cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js" copy-pasted from DEVELOPER_GUIDE.md
What is the expected behavior?
Should be able to run Cypress tests
What is your host/environment?
OS: macOS Ventura 13.4.1 arm64
Browser and version: Chrome Version 117.0.5938.88
screenshots?
what to do?
the correct commandformat should be: yarn cypress:run-without-security --spec "cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js" yarn cypress:run-with-security --spec "cypress/integration/core-opensearch-dashboards/opensearch-dashboards/*.js"
The text was updated successfully, but these errors were encountered:
What is the bug?
The commands for running cypress test in the installation section of the DEVELOPER_GUIDE.md are not correct
How can one reproduce the bug?
npm install
andnpm install -g yarn
yarn cypress run-without-security --spec "cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js"
copy-pasted from DEVELOPER_GUIDE.mdWhat is the expected behavior?
Should be able to run Cypress tests
What is your host/environment?
OS: macOS Ventura 13.4.1 arm64
Browser and version: Chrome Version 117.0.5938.88
screenshots?
what to do?
the correct commandformat should be:
yarn cypress:run-without-security --spec "cypress/integration/core-opensearch-dashboards/vanilla-opensearch-dashboards/*.js"
yarn cypress:run-with-security --spec "cypress/integration/core-opensearch-dashboards/opensearch-dashboards/*.js"
The text was updated successfully, but these errors were encountered: