appium / appium-mac2-driver

Next-gen Appium macOS driver, backed by Apple XCTest
Apache License 2.0
116 stars 24 forks source link

fix: Continue execution after test failure #126

Closed mykola-mokhnach closed 2 years ago

mykola-mokhnach commented 2 years ago

After some digging it seems like Xcode did change failures handling recently. So adding more hacks to align that

KazuCocoa commented 2 years ago

btw, may https://github.com/appium/WebDriverAgent/blob/master/WebDriverAgentTests/IntegrationTests/FBFailureProofTestCaseTests.m in this repo helps? Maybe this pr also aims to prevent the same thing

mykola-mokhnach commented 2 years ago

oh, XCTIssue... should apply this to WDA as well?

I did not see similar issues in WDA yet. Will port this workaround if necessary

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.1.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

KazuCocoa commented 2 years ago

Will port this workaround if necessary

I see. Me neither. FBFailureProofTestCaseTests.m passed in WDA, so i guess they have currently different error handling in XCTest..