mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
run page_load_metrics tests in visual regresssion jobs (#68570)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
91e4fd46f4
commit
45c81ce1ab
2 changed files with 5 additions and 4 deletions
|
@ -11,8 +11,7 @@ mkdir -p "$installDir"
|
|||
tar -xzf "$linuxBuild" -C "$installDir" --strip=1
|
||||
|
||||
echo " -> running visual regression tests from kibana directory"
|
||||
checks-reporter-with-killswitch "X-Pack visual regression tests" \
|
||||
yarn percy exec -t 500 -- -- \
|
||||
yarn percy exec -t 500 -- -- \
|
||||
node scripts/functional_tests \
|
||||
--debug --bail \
|
||||
--kibana-install-dir "$installDir" \
|
||||
|
|
|
@ -13,9 +13,11 @@ tar -xzf "$linuxBuild" -C "$installDir" --strip=1
|
|||
|
||||
echo " -> running visual regression tests from x-pack directory"
|
||||
cd "$XPACK_DIR"
|
||||
checks-reporter-with-killswitch "X-Pack visual regression tests" \
|
||||
yarn percy exec -t 500 -- -- \
|
||||
yarn percy exec -t 500 -- -- \
|
||||
node scripts/functional_tests \
|
||||
--debug --bail \
|
||||
--kibana-install-dir "$installDir" \
|
||||
--config test/visual_regression/config.ts;
|
||||
|
||||
cd "$KIBANA_DIR"
|
||||
source "test/scripts/jenkins_xpack_page_load_metrics.sh"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue