diff --git a/x-pack/test/functional_endpoint/config.ts b/x-pack/test/functional_endpoint/config.ts index b44df594b65bf..37bf57b67b47e 100644 --- a/x-pack/test/functional_endpoint/config.ts +++ b/x-pack/test/functional_endpoint/config.ts @@ -15,6 +15,9 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) { ...xpackFunctionalConfig.getAll(), pageObjects, testFiles: [resolve(__dirname, './apps/endpoint')], + junit: { + reportName: 'X-Pack Endpoint Functional Tests', + }, apps: { ...xpackFunctionalConfig.get('apps'), endpoint: { diff --git a/x-pack/test/functional_endpoint_ingest_failure/config.ts b/x-pack/test/functional_endpoint_ingest_failure/config.ts index 347cd0192bbdb..a2055a4bbdc18 100644 --- a/x-pack/test/functional_endpoint_ingest_failure/config.ts +++ b/x-pack/test/functional_endpoint_ingest_failure/config.ts @@ -15,6 +15,9 @@ export default async function({ readConfigFile }: FtrConfigProviderContext) { return { ...xpackFunctionalConfig.getAll(), testFiles: [resolve(__dirname, './apps/endpoint')], + junit: { + reportName: 'X-Pack Endpoint Without Ingest Functional Tests', + }, kbnTestServer: { ...xpackFunctionalConfig.get('kbnTestServer'), serverArgs: [