mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Co-authored-by: Yuliia Naumenko <jo.naumenko@gmail.com> Co-authored-by: Thomas Watson <w@tson.dk> Co-authored-by: Kyle Pollich <kyle.pollich@elastic.co> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
12 lines
211 B
Bash
Executable file
12 lines
211 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
source test/scripts/jenkins_test_setup_xpack.sh
|
|
|
|
echo " -> Running fleet cypress tests"
|
|
cd "$XPACK_DIR"
|
|
|
|
cd x-pack/plugins/fleet
|
|
yarn --cwd x-pack/plugins/fleet cypress:run
|
|
|
|
echo ""
|
|
echo ""
|