Skip to content

Releases: SwiftRex/TestingExtensions

Use case tests improvement

20 May 14:30
19a2dcf
Compare
Choose a tag to compare

Now the user can see which unexpeted actions have been received.

Dark/Light mode for snapshot tests

05 May 13:58
7049d80
Compare
Choose a tag to compare
Merge pull request #5 from SwiftRex/darkModeSupport

Adds support for dark / light mode snapshots

Update SwiftRex

28 Apr 14:34
Compare
Choose a tag to compare

Update to SwiftRex 0.8.4

DSL Tests <3 resultBuilder

24 Mar 20:05
Compare
Choose a tag to compare

Fixed the diagnostic message when expected state mutation doesn't happen.
Make it work on Swift 5.3 (without resultBuilders)
Allow resultBuilders inside resultBuilders, so groups of steps can be extracted to functions.

DSL Tests <3 resultBuilder

24 Mar 09:48
3ac5ed9
Compare
Choose a tag to compare

Tests can be written using DSL style, similar to SwiftUI views composition, thanks to the newly added resultBuilder!
Check the README for some examples!
Extensions for Combine async tests are also improved and documented.

Better Step definitions

18 Mar 17:15
Compare
Choose a tag to compare

To overcome the fact that enum cases can't be generic, now there's a struct definition for SendStep and ReceiveStep.

Update all dependencies

11 Jan 14:21
Compare
Choose a tag to compare

Update SwiftRex and all dependencies

Building again on Xcode 11

09 Oct 08:49
Compare
Choose a tag to compare
v0.1.6

Fix Xcode 11 build

Always target latest stable SwiftRex release

09 Oct 08:18
Compare
Choose a tag to compare
v0.1.5

Make master in sync with latest SwiftRex release

Switching back to the official repository

22 Sep 16:02
5460830
Compare
Choose a tag to compare
v0.1.4

Update Package.swift