mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ftr] try running functional tests in production in CI
This commit is contained in:
parent
ff5cfbdb81
commit
e5b94aa024
1 changed files with 4 additions and 2 deletions
|
@ -43,13 +43,15 @@ export default function () {
|
|||
},
|
||||
|
||||
kbnTestServer: {
|
||||
buildArgs: [ '--optimize.useBundleCache=true' ],
|
||||
buildArgs: [
|
||||
'--optimize.useBundleCache=true'
|
||||
],
|
||||
sourceArgs: [
|
||||
'--no-base-path',
|
||||
'--env.name=development',
|
||||
`--optimize.bundleDir=${OPTIMIZE_BUNDLE_DIR}`,
|
||||
],
|
||||
serverArgs: [
|
||||
'--env.name=development',
|
||||
'--logging.json=false',
|
||||
`--server.port=${kbnTestConfig.getPort()}`,
|
||||
`--optimize.watchPort=${kbnTestConfig.getPort() + 10}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue