We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19ab542 commit 2db4244Copy full SHA for 2db4244
x-pack/test/api_integration_basic/config.ts
@@ -26,7 +26,7 @@ export default async function ({ readConfigFile }: FtrConfigProviderContext) {
26
testFiles: [require.resolve('./apis')],
27
junit: {
28
...xpackApiIntegrationConfig.get('junit'),
29
- reportName: 'Chrome X-Pack UI Functional Tests Basic License',
+ reportName: 'X-Pack API Integration Tests Basic License',
30
},
31
};
32
}
0 commit comments