mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
parent
0fbf560981
commit
ac2d1a6560
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ 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" \
|
||||
|
|
|
@ -14,7 +14,7 @@ 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" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue