mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
8 lines
207 B
Bash
Executable file
8 lines
207 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_oss.sh
|
|
|
|
node scripts/functional_tests \
|
|
--debug --bail \
|
|
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
|
|
--config test/accessibility/config.ts;
|