kibana/test/scripts/jenkins_apm_cypress.sh

13 lines
233 B
Bash
Raw Normal View History

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