Cypress: write logs to file (#11712)
... in an attempt to make the github actions output easier to grok
This commit is contained in:
parent
9d1f10e4be
commit
241df0ba0a
4 changed files with 15 additions and 3 deletions
3
.github/workflows/cypress.yaml
vendored
3
.github/workflows/cypress.yaml
vendored
|
@ -224,13 +224,14 @@ jobs:
|
|||
matrix-react-sdk/cypress/screenshots
|
||||
matrix-react-sdk/cypress/videos
|
||||
matrix-react-sdk/cypress/synapselogs
|
||||
matrix-react-sdk/cypress/results/cypresslogs
|
||||
|
||||
- name: Upload reports
|
||||
if: always()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: cypress-junit
|
||||
path: matrix-react-sdk/cypress/results
|
||||
path: matrix-react-sdk/cypress/results/junit
|
||||
|
||||
report:
|
||||
name: Report results
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue