Puppeteer does need it's own chrome after all

The stable chrome travis provides is not supported.
pull/21833/head
Bruno Windels 2018-07-27 20:21:42 +02:00
parent 93f51eb6ce
commit 6f60b68ac7
1 changed files with 4 additions and 3 deletions

View File

@ -31,7 +31,8 @@ popd
git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch bwindels/ci_script git clone https://github.com/matrix-org/matrix-react-end-to-end-tests.git --branch bwindels/ci_script
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 ./install.sh # PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
CHROME_PATH=$(which google-chrome-stable) ./run.sh ./install.sh
./run.sh
popd popd