File tree Expand file tree Collapse file tree 3 files changed +5
-8
lines changed
StreamChatSwiftUITestsAppTests/Tests Expand file tree Collapse file tree 3 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 1313 name : Test E2E UI (Debug)
1414 strategy :
1515 matrix :
16- ios : [14.5, 15.4, latest]
17- device : ["iPhone 8"]
18- include :
19- - ios : latest
20- device : " iPhone SE (3rd generation)"
21- - ios : latest
22- device : " iPad Air (5th generation)"
16+ ios : [latest]
17+ device : ["iPhone 8", "iPhone SE (3rd generation)", "iPhone 14 Pro Max"]
2318 fail-fast : false
2419 runs-on : macos-12
2520 env :
Original file line number Diff line number Diff line change @@ -821,6 +821,8 @@ extension MessageList_Tests {
821821 func test_deletesMessage( ) throws {
822822 linkToScenario ( withId: 386 )
823823
824+ throw XCTSkip ( " Check out SWUI-254 " )
825+
824826 let message = " test message "
825827
826828 GIVEN ( " user opens the channel " ) {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ desc 'Upload test results to Allure TestOps'
99lane :allure_upload do |options |
1010 branch = github_run_details [ 'head_branch' ]
1111 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" )
1313 sh ( "./allurectl launch reopen #{ options [ :launch_id ] } || true" ) # to prevent allure from uploading results to a closed launch
1414 sh ( "env BRANCH_NAME='#{ branch } ' ./allurectl upload #{ allure_args } #{ allure_results_path } || true" )
1515 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