kibana/test/scripts/jenkins_uptime_playwright.sh

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