Not sure but it seems like there was an error starting kibana during the test....not sure how to rerun test
Kibana log:
Usage: serve [options]
Run the kibana server
Options:
-h, --help output usage information
-e, --elasticsearch Elasticsearch instance
-c, --config Path to the config file, can be changed with the CONFIG_PATH environment variable as well. Use multiple --config args to include multiple config files.
-p, --port The port to bind to
-q, --quiet Prevent all logging except errors
-Q, --silent Prevent all logging
--verbose Turns on verbose logging
-H, --host The host to bind to
-l, --log-file The file to log to
--plugin-dir A path to scan for plugins, this can be specified multiple times to specify multiple directories
--plugin-path A path to a plugin which should be included by the server, this can be specified multiple times to specify multiple paths
--plugins an alias for --plugin-dir
--dev Run the server with development mode defaults
--ssl Run the dev server using HTTPS
--no-base-path Don't put a proxy in front of the dev server, which adds a random basePath
--no-watch Prevents automatic restarts of the server in --dev mode
ERROR Extra serve options "--no-ssl" must have a value
undefined