Adds cypress configuration comment to CI config

This commit is contained in:
Garrett Spong 2023-01-12 15:36:33 -07:00
parent 9f00c97eca
commit cf3a83f773
No known key found for this signature in database
GPG key ID: 6529D629648F8C57

View file

@ -52,6 +52,8 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
// mock cloud to enable the guided onboarding tour in e2e tests
'--xpack.cloud.id=test',
`--home.disableWelcomeScreen=true`,
// Specify which version of the detection-rules package to install
// `--xpack.securitySolution.prebuiltRulesPackageVersion=8.3.1`,
],
},
};