Spectre v0.9.0 Release Notes
Release Date: 2018-09-10 // over 3 years ago-
💥 Breaking
Using Spectre in Xcode has be re-hauled, there are now
describe
andit
✅ methods onXCTestCase
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
andit
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.