1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 00:48:35 +00:00
This commit is contained in:
Vladimir Volek 2019-01-30 17:02:16 +01:00
parent 6b65ff17a6
commit f3f6c0d690

View File

@ -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/#/"