mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 18:27:59 -04:00
9 lines
270 B
Bash
Executable file
9 lines
270 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_oss.sh
|
|
|
|
checks-reporter-with-killswitch "Kibana accessibility tests" \
|
|
node scripts/functional_tests \
|
|
--debug --bail \
|
|
--kibana-install-dir "$installDir" \
|
|
--config test/accessibility/config.ts;
|