Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

ci: screenshots path #2739

Merged
merged 2 commits into from Aug 27, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -98,4 +98,4 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: screenshots
path: /home/runner/work/desktop-wallet/desktop-wallet/screenshots/
path: screenshots/**/*.png
3 changes: 2 additions & 1 deletion .testcaferc.json
Expand Up @@ -2,7 +2,8 @@
"browsers": "electron:",
"src": "./src/domains/**/e2e/*.e2e.ts",
"screenshots": {
"takeOnFails": true
"takeOnFails": true,
"path": "./screenshots"
},
"selectorTimeout": 15000,
"assertionTimeout": 15000
Expand Down