1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-04-03 00:45:46 +00:00
This commit is contained in:
Vladimir Volek 2019-01-28 15:27:02 +01:00
parent 9c000464b7
commit a2857c9d79

View File

@ -14,7 +14,7 @@ cd /trezor-emulator/trezor-core && PYOPT=0 ./emu.sh &
cd /trezor-wallet && yarn run server:stable &
# init device
npx babel-node test/scripts/init-device.js &
npx babel-node /trezor-wallet/test/scripts/init-device.js &
# run tests
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"