You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-wallet/test/scripts/run-all.sh

18 lines
344 B

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