1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-02-11 15:42:42 +00:00

export artifacts

This commit is contained in:
Vladimir Volek 2019-01-16 15:41:43 +01:00
parent de88958de7
commit 319ee16663
2 changed files with 8 additions and 4 deletions

View File

@ -152,3 +152,7 @@ integration tests:
script:
- docker build -t wallet-emulator-bridge-tests .
- docker run wallet-emulator-bridge-tests
artifacts:
expire_in: 1 week
paths:
- /trezor-wallet/test/screenshots

View File

@ -11,7 +11,7 @@ cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
cd /trezor-emulator/trezor-core && ./emu.sh &
# run wallet
cd /trezor-wallet && yarn run server:stable
cd /trezor-wallet && yarn run server:stable &
# run tests
yarn run test-integration -c baseUrl="https://localhost:8080/#/"
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"