Spectre v0.9.0 Release Notes

Release Date: 2018-09-10 // over 5 years ago
  • ๐Ÿ’ฅ Breaking

    Using Spectre in Xcode has be re-hauled, there are now describe and it
    โœ… methods on XCTestCase which can be used. When used, these tests will be ran
    โœ… directly and reported as XCTest failures and therefore shown in Xcode and
    โœ… Xcode sidebar as XCTest failures.

    โœ… Use of the global test context, i.e, global describe and it is no longer
    โœ… permitted when using Spectre with XCTest.

    โœจ Enhancements

    โž• Adds support for Swift 4.2.

    Unhandled errors will now be reported from the invoked cases source map.