Skip to content
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

[BUG] Inaccurate commands in the installation section in DEVELOPER_GUIDE.md #907

Closed
MadaniKK opened this issue Oct 5, 2023 · 0 comments
Closed
Labels
bug Something isn't working untriaged

Comments

@MadaniKK
Copy link
Contributor

MadaniKK commented Oct 5, 2023

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?

  1. fork and clone the repo
  2. run npm install and npm install -g yarn
  3. 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?

image

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"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working untriaged
Projects
None yet
Development

No branches or pull requests

1 participant