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 13
13
name : Test E2E UI (Debug)
14
14
strategy :
15
15
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"]
23
18
fail-fast : false
24
19
runs-on : macos-12
25
20
env :
Original file line number Diff line number Diff line change @@ -821,6 +821,8 @@ extension MessageList_Tests {
821
821
func test_deletesMessage( ) throws {
822
822
linkToScenario ( withId: 386 )
823
823
824
+ throw XCTSkip ( " Check out SWUI-254 " )
825
+
824
826
let message = " test message "
825
827
826
828
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'
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