mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Interactive setup functional tests (#115274)
This commit is contained in:
parent
e185afefa2
commit
99d07acfce
14 changed files with 534 additions and 12 deletions
|
@ -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'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue