mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
14 lines
309 B
Bash
Executable file
14 lines
309 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_xpack.sh
|
|
|
|
echo " -> Running security solution cypress tests"
|
|
cd "$XPACK_DIR"
|
|
|
|
node scripts/functional_tests \
|
|
--debug --bail \
|
|
--kibana-install-dir "$KIBANA_INSTALL_DIR" \
|
|
--config test/security_solution_cypress/cli_config.ts
|
|
|
|
echo ""
|
|
echo ""
|