mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
test(e2e): screenshot when assert err
This commit is contained in:
8
.github/workflows/clj-e2e.yml
vendored
8
.github/workflows/clj-e2e.yml
vendored
@@ -86,3 +86,11 @@ jobs:
|
||||
run: cd clj-e2e && bb dev
|
||||
env:
|
||||
DEBUG: "pw:api"
|
||||
|
||||
- name: Collect screenshots
|
||||
if: ${{ failure() }}
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: e2e-screenshots
|
||||
path: e2e-dump/*
|
||||
retention-days: 1
|
||||
|
||||
Reference in New Issue
Block a user