Skip to content

Releases: BrunoMazzo/UIUnitTest

0.5.1

23 May 10:17
33cc3fd

Choose a tag to compare

What's Changed

  • Add 'any' query methods by @BrunoMazzo in #13
  • Add Element to accessibility audit response instead of only the element server ID by @BrunoMazzo in #14

Full Changelog: 0.5.0...0.5.1

0.5.0 - Accessibility audit

19 May 00:39

Choose a tag to compare

What's Changed

Full Changelog: 0.4.1...0.5.0

0.4.1 - Cache improvements

24 Apr 06:13

Choose a tag to compare

What's Changed

Full Changelog: 0.4.0...0.4.1

0.4.0 - Parallel testing support

04 Nov 05:57
98baeb0

Choose a tag to compare

[0.4.0] Parallel testing  (#5)

0.3.3 - Fix derivedData

02 Nov 10:43
db4a075

Choose a tag to compare

Add derived path to xcodebuild command (#6)

Small improvement on error handling

30 Sep 01:42

Choose a tag to compare

0.3.2

Add better error handling to avoid xcode crash on tests

[Hotfix] Fix race condition when using Coordinate

15 Sep 02:38

Choose a tag to compare

0.3.0

25 Aug 10:06

Choose a tag to compare

The Sync update!

Now we have a synchronous API 🎉 !

But it required some breaking changes because Swift doesn't accept one property to have two getters (one async and other sync). For async apis you need to change some things.