1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-07-13 18:18:09 +00:00
trezor-wallet/test/scripts/run-all.sh
Vladimir Volek 6f75a689a4 test 4
2019-01-30 12:13:51 +01:00

27 lines
523 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 &
# init device
npx babel-node /trezor-wallet/test/scripts/init-device.js &
# run tests
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"
echo "docker root"
ls /
echo "screen inside docker"
ls /trezor-wallet/test/screenshots/