1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-06-20 23:18:47 +00:00
trezor-wallet/test/scripts/run-all.sh
Vladimir Volek 717f23a7bc Fix param
2019-01-24 16:39:56 +01:00

18 lines
358 B
Bash
Executable File

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