mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
pass location of google-chrome-stable to e2e test runner
This commit is contained in:
parent
0ee72a2972
commit
e08e09df9a
@ -32,5 +32,6 @@ git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --bran
|
|||||||
pushd matrix-react-end-to-end-tests
|
pushd matrix-react-end-to-end-tests
|
||||||
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
|
||||||
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh ./install.sh
|
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true sh ./install.sh
|
||||||
sh ./run.sh
|
|
||||||
|
CHROME_PATH=$(which google-chrome-stable) sh ./run.sh
|
||||||
popd
|
popd
|
||||||
|
Loading…
Reference in New Issue
Block a user