From f3f6c0d6906cdc470aa11ae728b4b61a6b71a732 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Wed, 30 Jan 2019 17:02:16 +0100 Subject: [PATCH] test 17 --- test/scripts/run-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/scripts/run-all.sh b/test/scripts/run-all.sh index 7b62ec8e..c10edd40 100755 --- a/test/scripts/run-all.sh +++ b/test/scripts/run-all.sh @@ -11,10 +11,10 @@ cd /trezor-bridge && ./extracted/usr/bin/trezord -ed 21324:21325 -u=false & cd /trezor-emulator/trezor-core && PYOPT=0 ./emu.sh & # run wallet -cd /trezor-wallet && yarn run server:stable & +cd /trezor-wallet && PORT=8000 yarn run server:stable & # init device npx babel-node /trezor-wallet/test/scripts/init-device.js & # run tests -yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/" +yarn run test-integration:gitlab -c baseUrl="https://localhost:8000/#/"