Closed danspndl closed 10 months ago
The workaround I found for Xcode 11.6 is to remove continueAfterFailure = false
. This issue has been resolved in the Xcode 12 betas.
Annoyingly I can't replace it yet because we support the current and current-1 versions of Xcode - the replacement method isn't available in Xcode 11 so can't replace it yet.
Sigh.
Any suggestions welcome - though it's good to know you found a workaround :)
When running UI tests on Xcode 11.5+, instead of reporting test failures, there's an exception that's stopping the whole test run.
The exception seems to be coming from
testCase(_:didFailWithDescription:inFile:atLine:)
in XCTest-Gherkin. This method is now deprecatedStack trace: