File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -108,11 +108,12 @@ jobs:
108
108
- uses : actions/upload-artifact@v3
109
109
if : failure()
110
110
with :
111
- name : Test Data
111
+ name : Test Data E2E (iOS ${{ matrix.ios }})
112
112
path : |
113
113
fastlane/recordings
114
114
fastlane/sinatra_log.txt
115
- fastlane/test_output/logs/*/Diagnostics/StreamChatSwiftUITestsAppUITests-*/*/*.txt
115
+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
116
+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
116
117
117
118
build-apps :
118
119
name : Build Demo App
Original file line number Diff line number Diff line change @@ -88,13 +88,18 @@ jobs:
88
88
if : failure()
89
89
run : |
90
90
brew install chargepoint/xcparse/xcparse
91
+ xcparse logs fastlane/test_output/StreamChatSwiftUI.xcresult fastlane/test_output/logs/
91
92
xcparse screenshots fastlane/test_output/StreamChatSwiftUI.xcresult fastlane/test_output/snapshots --test
92
93
- uses : actions/upload-artifact@v3
93
94
if : failure()
94
95
with :
95
- name : Test Data
96
+ name : Test Data UI
96
97
path : |
98
+ fastlane/recordings
99
+ fastlane/sinatra_log.txt
97
100
fastlane/test_output/snapshots
101
+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
102
+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
98
103
99
104
test-e2e-debug :
100
105
name : Test E2E UI (Debug)
@@ -144,11 +149,12 @@ jobs:
144
149
- uses : actions/upload-artifact@v3
145
150
if : failure()
146
151
with :
147
- name : Test Data
152
+ name : Test Data E2E
148
153
path : |
149
154
fastlane/recordings
150
155
fastlane/sinatra_log.txt
151
- fastlane/test_output/logs/*/Diagnostics/StreamChatSwiftUITestsAppUITests-*/*/*.txt
156
+ fastlane/test_output/logs/*/Diagnostics/**/*.txt
157
+ fastlane/test_output/logs/*/Diagnostics/simctl_diagnostics/DiagnosticReports/*
152
158
153
159
allure_testops_launch :
154
160
name : Launch Allure TestOps
You can’t perform that action at this time.
0 commit comments