New
v7.5.0 - Pending tests are now marked as Skipped in Xcode
Highlights
- Any tests which are pended-out (using
pending,xdescribe,xcontext,xitBehavesLike, orxit), OR tests which are skipped because they are not focused (that is, the other tests when you usefdescribe,fcontext,fitBehavesLikeorfit) are now marked as skipped in Xcode.
Automated Changelog
- Bump softprops/action-gh-release from 1 to 2 by @dependabot in https://github.com/Quick/Quick/pull/1274
- Mark tested which are pended-out or not focused as skipped. by @younata in https://github.com/Quick/Quick/pull/1276
Full Changelog: https://github.com/Quick/Quick/compare/v7.4.1...v7.5.0