mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
rename visual_baseline -> baseline_capture
This commit is contained in:
parent
a5c9c4ec43
commit
a81d8b55ab
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue