Skip to content

Releases: orchetect/XCTestUtils

1.1.2

26 Dec 04:26
Compare
Choose a tag to compare
  • Fixed several build issues on older Xcode versions
  • Updated README

1.1.1

24 Dec 23:20
Compare
Choose a tag to compare
  • 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

25 Nov 12:45
Compare
Choose a tag to compare
  • 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

25 Aug 00:17
Compare
Choose a tag to compare
  • Added SegmentedProgress
  • Minor improvements and cleanup

1.0.2

02 Jun 21:21
Compare
Choose a tag to compare
  • wait(for:) methods: Added support for closures as expressions
  • Updated README with basic usage examples

1.0.1

28 Feb 05:01
Compare
Choose a tag to compare
  • Added wait(for: seconds) method
  • Switched waiters to be non-blocking instead of sleeping

1.0.0

16 Feb 22:08
Compare
Choose a tag to compare
  • Initial release