Releases: orchetect/XCTestUtils
Releases · orchetect/XCTestUtils
1.1.2
- Fixed several build issues on older Xcode versions
- Updated README
1.1.1
- Added
XCUIElement
Extensions
waitForExistence(throwingTimeout:)
throwing wrapper for waitForExistence(timeout:)
waitForNonExistence(throwingTimeout:)
throwing wrapper for waitForNonExistence(timeout:)
wait(for:toEqual:throwingTimeout:)
throwing wrapper for wait(for:toEqual:timeout:)
1.1.0
- Swift 6 strict concurrency compatibility
- Bumped package minimum requirements to macOS 10.15, iOS 13, tvOS 13, watchOS 6
- Added async variants of
wait
methods
1.0.3
- Added
SegmentedProgress
- Minor improvements and cleanup
1.0.2
wait(for:)
methods: Added support for closures as expressions
- Updated README with basic usage examples
1.0.1
- Added
wait(for: seconds)
method
- Switched waiters to be non-blocking instead of sleeping