Releases: BrunoMazzo/UIUnitTest
Releases · BrunoMazzo/UIUnitTest
0.5.1
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
0.4.1 - Cache improvements
What's Changed
- Try to make server more reliable by @BrunoMazzo in #7
- Update dependencies by @BrunoMazzo in #9
- Try to add cache validation by @BrunoMazzo in #10
- Add Logs by default for better debugging by @BrunoMazzo in #11
Full Changelog: 0.4.0...0.4.1
0.4.0 - Parallel testing support
[0.4.0] Parallel testing (#5)
0.3.3 - Fix derivedData
Add derived path to xcodebuild command (#6)
Small improvement on error handling
0.3.2 Add better error handling to avoid xcode crash on tests
[Hotfix] Fix race condition when using Coordinate
0.3.1 Bump version
0.3.0
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.