kibana/test/scripts/jenkins_apm_cypress.sh
Kibana Machine a81693eddf
[APM] tests restructure (#110703) (#110908)
* refactoring test

* improving test structure

* improvements

* improving readmes

* readme

* test

* fixing ts issue

* addressing pr comments

* fixing readme files

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Cauê Marcondes <55978943+cauemarcondes@users.noreply.github.com>
2021-09-01 19:15:51 -04:00

13 lines
233 B
Bash
Executable file

#!/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 ""