kibana/test/scripts/jenkins_apm_cypress.sh

11 lines
178 B
Bash
Executable file

#!/usr/bin/env bash
source test/scripts/jenkins_test_setup_xpack.sh
echo " -> Running APM cypress tests"
cd "$XPACK_DIR"
node plugins/apm/scripts/test/e2e.js
echo ""
echo ""