1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-05-03 15:39:22 +00:00
trezor-wallet/test/docker/run-all.sh
2019-01-16 15:41:43 +01:00

18 lines
344 B
Bash
Executable File

#!/bin/bash
# go to root
cd "$(dirname "$0")"
cd ..
# run bridge
cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
# run emulator
cd /trezor-emulator/trezor-core && ./emu.sh &
# run wallet
cd /trezor-wallet && yarn run server:stable &
# run tests
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"