You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
first attempt at running local e2e tests from CI
This commit is contained in:
@ -28,9 +28,7 @@ REACT_SDK_DIR=`pwd`
|
||||
echo "--- Building Riot"
|
||||
scripts/ci/build.sh
|
||||
# run end to end tests
|
||||
echo "--- Fetching end-to-end tests from master"
|
||||
scripts/fetchdep.sh matrix-org matrix-react-end-to-end-tests master
|
||||
pushd matrix-react-end-to-end-tests
|
||||
pushd test/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
|
||||
|
Reference in New Issue
Block a user