Skip to content

Commit

Permalink
TASK: Add more files to artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
markusguenther committed Sep 19, 2024
1 parent d5b9dba commit a48f01c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .sauce/config1Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,12 @@ npm:
artifacts:
download:
match:
- neosui-one-dimensional-test-report.json
- neosui-two-dimensional-test-report.json
- console.log
- sauce-test-report.json
when: always
allAttempts: true
directory: ./artifacts/
directory: ../../Data/Logs/saucelabs-artifacts/

reporters:
json:
Expand Down
4 changes: 3 additions & 1 deletion .sauce/config2Dimension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,11 @@ artifacts:
download:
match:
- neosui-two-dimensional-test-report.json
- console.log
- sauce-test-report.json
when: always
allAttempts: true
directory: ./artifacts/
directory: ../../Data/Logs/saucelabs-artifacts/

reporters:
json:
Expand Down

0 comments on commit a48f01c

Please sign in to comment.