Skip to content

Releases: Tunous/XCAppTest

0.14.0

03 Sep 17:02
Compare
Choose a tag to compare
  • Added XCUIElementQuery.assertMatchedElements to simplify verification of multiple elements at once.

Full Changelog: 0.13.0...0.14.0

0.13.0

01 Sep 11:30
Compare
Choose a tag to compare
  • Added XCUIElement.tapIfExists() to tap on element only if it currently exists

Full Changelog: 0.12.0...0.13.0

0.12.0

02 Jun 15:08
Compare
Choose a tag to compare
  • Marked result of assertHasCount as discardable
  • Added XCUIElementQuery.assertExists() to check that query matches at least one element

Full Changelog: 0.11.2...0.12.0

0.11.2

13 May 05:03
Compare
Choose a tag to compare
  • XCUIApplication.settings

Full Changelog: 0.11.0...0.11.2

0.11.1

13 May 05:03
Compare
Choose a tag to compare
  • Marked run function with @discardableResult

Full Changelog: 0.11.0...0.11.1

0.11.0

28 Mar 18:03
Compare
Choose a tag to compare
  • Convenience function to assert on/off state of a switch: assertIsOn(), assertIsOn(false), assertIsOff()

Full Changelog: 0.10.0...0.11.0

0.10.0

23 Mar 09:35
Compare
Choose a tag to compare
  • Convenience run {}, run("Activity name") {} function as a compact alternative to XCTContext.runActivity

Full Changelog: 0.9.0...0.10.0

0.9.0

23 Mar 09:34
Compare
Choose a tag to compare
  • bannerNotifications element type

Full Changelog: 0.8.1...0.9.0

0.8.1

22 Dec 18:48
Compare
Choose a tag to compare
  • Added first(where:) extension on XCUIElementQuery to access first query element that matches the predicate.

Full Changelog: 0.8.0...0.8.1

0.8.0

18 Nov 12:52
Compare
Choose a tag to compare
  • Added pressWhenReady(forDuration:) to wait for application to become idle before starting press similarly to how tapWhenReady() works.
  • Added lastMatch extension on XCUIElementQuery to access last element that matches the query.
  • Added a way to modify assertion timeout globally (XCAppTestConfig.defaultTimeout) or per call (via timeout parameter)
  • Added assertHasTitle(_:) to assert that element has correct title property.
  • Added subscript extension on XCUIElement to access elements via index.

Full Changelog: 0.7.0...0.8.0