Issue#100 Create TestRule Saving Screenshots on UI Test failure

This commit is contained in:
Gergely Hegedus 2022-07-13 11:51:10 +03:00
parent 45bcd20b2a
commit ca2dff2304
11 changed files with 190 additions and 7 deletions

View file

@ -124,3 +124,10 @@ jobs:
name: Emulator-Test-Results-${{ matrix.api-level }}
path: ./**/build/reports/androidTests/**/*.html
retention-days: 1
- name: Upload Test Screenshots
uses: actions/upload-artifact@v2
if: always()
with:
name: Emulator-Test-Results-${{ matrix.api-level }}
path: ./**/build/testscreenshots/*
retention-days: 1