mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
11 lines
203 B
Bash
Executable file
11 lines
203 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_xpack.sh
|
|
|
|
echo " -> Running User Experience plugin @elastic/synthetics tests"
|
|
cd "$XPACK_DIR"
|
|
|
|
node plugins/ux/scripts/e2e.js
|
|
|
|
echo ""
|
|
echo ""
|