kibana/test/scripts/jenkins_ux_synthetics.sh

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 ""