From 5fbf43d0af12bab31815355cebc07f55299a86e6 Mon Sep 17 00:00:00 2001 From: Ryland Herrick Date: Tue, 22 Dec 2020 14:26:26 -0600 Subject: [PATCH] Adds Security Solution's cypress suite to x-pack testing README --- x-pack/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/x-pack/README.md b/x-pack/README.md index 41ea4cc4e469a5..25bc8254f9328b 100644 --- a/x-pack/README.md +++ b/x-pack/README.md @@ -89,3 +89,6 @@ An example test exists at [test_utils/jest/integration_tests/example_integration #### Running Reporting functional tests See [here](test/reporting/README.md) for more information on running reporting tests. + +#### Running Security Solution Cypress E2E/integration tests +See [here](./plugins/security_solution/cypress/README.md) for information on running this test suite.