mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
4a2ba0efc6
commit
73173f11c3
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
|||
export const functional = {
|
||||
options: {
|
||||
logLevel: 'verbose',
|
||||
logLevel: 'debug',
|
||||
configFile: require.resolve('../../test/functional/config.js')
|
||||
}
|
||||
};
|
||||
|
||||
export const apiIntegration = {
|
||||
options: {
|
||||
logLevel: 'verbose',
|
||||
logLevel: 'debug',
|
||||
configFile: require.resolve('../../test/api_integration/config.js')
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue