Skip to content

Commit

Permalink
[ftr] try running functional tests in production in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 26, 2018
1 parent ff5cfbd commit e5b94aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/common/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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}`,
Expand Down

0 comments on commit e5b94aa

Please sign in to comment.