mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
9 lines
247 B
Bash
Executable file
9 lines
247 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_oss.sh
|
|
|
|
node scripts/functional_tests \
|
|
--bail --debug \
|
|
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
|
|
--include-tag "includeFirefox" \
|
|
--config test/functional/config.firefox.js;
|