File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ desc 'Upload test results to Allure TestOps'
9
9
lane :allure_upload do |options |
10
10
branch = github_run_details [ 'head_branch' ]
11
11
allure_args = "-e #{ allure_endpoint } --project-id #{ allure_project_id } --launch-id #{ options [ :launch_id ] } "
12
- sh ( "./xcresults export test_output/StreamChatUITestsApp .xcresult #{ allure_results_path } || true" )
12
+ sh ( "./xcresults export test_output/StreamChatSwiftUITestsApp .xcresult #{ allure_results_path } || true" )
13
13
sh ( "./allurectl launch reopen #{ options [ :launch_id ] } || true" ) # to prevent allure from uploading results to a closed launch
14
14
sh ( "env BRANCH_NAME='#{ branch } ' ./allurectl upload #{ allure_args } #{ allure_results_path } || true" )
15
15
UI . success ( "Check out test results in Allure TestOps: #{ allure_endpoint } /launch/#{ options [ :launch_id ] } 🎉" )
You can’t perform that action at this time.
0 commit comments