Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Puppeteer does need it's own chrome after all
Browse files Browse the repository at this point in the history
The stable chrome travis provides is not supported.
  • Loading branch information
bwindels committed Jul 31, 2018
1 parent 93f51eb commit 6f60b68
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis-test-riot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ popd
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
ln -s $REACT_SDK_DIR/$RIOT_WEB_DIR riot/riot-web
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh

CHROME_PATH=$(which google-chrome-stable) ./run.sh
# PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true ./install.sh
# CHROME_PATH=$(which google-chrome-stable) ./run.sh
./install.sh
./run.sh
popd

0 comments on commit 6f60b68

Please sign in to comment.