Interactive setup functional tests (#115274)

This commit is contained in:
Thom Heymann 2021-10-26 19:03:00 +01:00 committed by GitHub
parent e185afefa2
commit 99d07acfce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 534 additions and 12 deletions

View file

@ -46,7 +46,6 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
.filter((arg: string) => !arg.startsWith('--elasticsearch.')),
`--plugin-path=${testEndpointsPlugin}`,
`--config=${tempKibanaYamlFile}`,
'--interactiveSetup.enabled=true',
],
runOptions: {
...xPackAPITestsConfig.get('kbnTestServer.runOptions'),