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