mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
11 lines
199 B
Bash
Executable file
11 lines
199 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_xpack.sh
|
|
|
|
echo " -> Running synthetics @elastic/synthetics tests"
|
|
cd "$XPACK_DIR"
|
|
|
|
node plugins/synthetics/scripts/e2e.js
|
|
|
|
echo ""
|
|
echo ""
|