Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security] Updates Cypress README.md to show how to run-as-ci with Cy…
…press UI [skip ci] (#68728) ## Summary Updates Cypress README.md to show how to `run-as-ci` with the Cypress UI. ##### Updates: > Note: To `run-as-ci` with the Cypress UI, update [x-pack/test/security_solution_cypress/runner.ts](https://github.com/elastic/kibana/blob/master/x-pack/test/security_solution_cypress/runner.ts#L25) from > ``` ts >args: ['cypress:run'], >``` >to >``` ts >args: ['cypress:open'], >``` >This is helpful for debugging specific failed tests from CI without having to run the entire suite.
- Loading branch information