mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
11 lines
178 B
Bash
Executable file
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 ""
|