mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
autofix all violations
This commit is contained in:
parent
a3553c924d
commit
8e9a8a84dc
4245 changed files with 87774 additions and 82935 deletions
|
@ -19,18 +19,16 @@
|
|||
|
||||
import { services } from './services';
|
||||
|
||||
export default async function ({ readConfigFile }) {
|
||||
export default async function({ readConfigFile }) {
|
||||
const commonConfig = await readConfigFile(require.resolve('../common/config'));
|
||||
const functionalConfig = await readConfigFile(require.resolve('../functional/config'));
|
||||
|
||||
return {
|
||||
testFiles: [
|
||||
require.resolve('./apis'),
|
||||
],
|
||||
testFiles: [require.resolve('./apis')],
|
||||
services,
|
||||
servers: commonConfig.get('servers'),
|
||||
junit: {
|
||||
reportName: 'API Integration Tests'
|
||||
reportName: 'API Integration Tests',
|
||||
},
|
||||
esTestCluster: commonConfig.get('esTestCluster'),
|
||||
kbnTestServer: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue