Add Cypress tests to Security Solution Serverless (#161264)

## Summary

Add the Security Solutions serverless Cypress tests to the Buildkite job
for the Security Solution serverless environment.
This commit is contained in:
Charlie Pichette 2023-07-05 13:43:05 -04:00 committed by GitHub
parent efe196f0c1
commit 2049683cf0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,7 @@ elif [[ "$SERVERLESS_ENVIRONMENT" == "security" ]]; then
SERVERLESS_CONFIGS=(
"x-pack/test_serverless/api_integration/test_suites/security/config.ts"
"x-pack/test_serverless/functional/test_suites/security/config.ts"
"x-pack/test_serverless/functional/test_suites/security/cypress/config_headless.ts"
)
fi