mirror of
https://github.com/trezor/trezor-wallet
synced 2025-02-11 23:52:47 +00:00
export artifacts
This commit is contained in:
parent
de88958de7
commit
319ee16663
@ -152,3 +152,7 @@ integration tests:
|
|||||||
script:
|
script:
|
||||||
- docker build -t wallet-emulator-bridge-tests .
|
- docker build -t wallet-emulator-bridge-tests .
|
||||||
- docker run wallet-emulator-bridge-tests
|
- docker run wallet-emulator-bridge-tests
|
||||||
|
artifacts:
|
||||||
|
expire_in: 1 week
|
||||||
|
paths:
|
||||||
|
- /trezor-wallet/test/screenshots
|
@ -11,7 +11,7 @@ cd /trezor-bridge/ && ./extracted/usr/bin/trezord -e 21324 -u=false &
|
|||||||
cd /trezor-emulator/trezor-core && ./emu.sh &
|
cd /trezor-emulator/trezor-core && ./emu.sh &
|
||||||
|
|
||||||
# run wallet
|
# run wallet
|
||||||
cd /trezor-wallet && yarn run server:stable
|
cd /trezor-wallet && yarn run server:stable &
|
||||||
|
|
||||||
# run tests
|
# run tests
|
||||||
yarn run test-integration -c baseUrl="https://localhost:8080/#/"
|
yarn run test-integration:gitlab -c baseUrl="https://localhost:8080/#/"
|
||||||
|
Loading…
Reference in New Issue
Block a user