Skip to content

Commit 0d36da8

Browse files
committed
ci(core): add UI fixture collection to fido2 & u2f tests
[no changelog]
1 parent 6c06011 commit 0d36da8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/core.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -636,6 +636,7 @@ jobs:
636636
model: [T2T1, T3B1, T3T1, T3W1]
637637
asan: ${{ fromJSON(needs.param.outputs.asan) }}
638638
env:
639+
TESTOPTS: "--ui=test --ui-check-missing --do-master-diff --lang=en"
639640
TREZOR_PROFILING: ${{ matrix.asan == 'noasan' && '1' || '0' }}
640641
PYTEST_TIMEOUT: 400
641642
steps:
@@ -674,6 +675,7 @@ jobs:
674675
model: [T2T1, T3T1, T3W1] # XXX T3B1 https://github.com/trezor/trezor-firmware/issues/2724
675676
asan: ${{ fromJSON(needs.param.outputs.asan) }}
676677
env:
678+
TESTOPTS: "--ui=test --ui-check-missing --do-master-diff --lang=en"
677679
TREZOR_PROFILING: ${{ matrix.asan == 'noasan' && '1' || '0' }}
678680
PYTEST_TIMEOUT: 400
679681
steps:

vendor/fido2-tests

0 commit comments

Comments
 (0)