Issue#100 Create TestRule Saving Screenshots on UI Test failure
This commit is contained in:
parent
45bcd20b2a
commit
ca2dff2304
11 changed files with 190 additions and 7 deletions
7
.github/workflows/pull-request-jobs.yml
vendored
7
.github/workflows/pull-request-jobs.yml
vendored
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue