rename visual_baseline -> baseline_capture

This commit is contained in:
spalger 2020-07-13 16:15:48 -07:00
parent a5c9c4ec43
commit a81d8b55ab
2 changed files with 6 additions and 6 deletions

View file

@ -11,6 +11,12 @@ installDir="$PARENT_DIR/install/kibana"
mkdir -p "$installDir"
tar -xzf "$linuxBuild" -C "$installDir" --strip=1
# cd "$KIBANA_DIR"
# source "test/scripts/jenkins_xpack_page_load_metrics.sh"
cd "$KIBANA_DIR"
source "test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"
echo " -> running visual regression tests from x-pack directory"
cd "$XPACK_DIR"
yarn percy exec -t 10000 -- -- \
@ -18,9 +24,3 @@ yarn percy exec -t 10000 -- -- \
--debug --bail \
--kibana-install-dir "$installDir" \
--config test/visual_regression/config.ts;
# cd "$KIBANA_DIR"
# source "test/scripts/jenkins_xpack_page_load_metrics.sh"
cd "$KIBANA_DIR"
source "test/scripts/jenkins_xpack_saved_objects_field_metrics.sh"