mirror of https://github.com/vector-im/riot-web
first attempt at running local e2e tests from CI
parent
cad71913e9
commit
5b9bfae320
|
@ -28,9 +28,7 @@ REACT_SDK_DIR=`pwd`
|
||||||
echo "--- Building Riot"
|
echo "--- Building Riot"
|
||||||
scripts/ci/build.sh
|
scripts/ci/build.sh
|
||||||
# run end to end tests
|
# run end to end tests
|
||||||
echo "--- Fetching end-to-end tests from master"
|
pushd test/end-to-end-tests
|
||||||
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests master
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue