Skip to content

Releases: Tunous/XCAppTest

0.5.0

13 Jun 18:10

Choose a tag to compare

  • tapWhenReady no longer checks interactivity. Instead it attempts to tap as soon as element becomes available. To wait for hittable flag like previous implementation call waitForInteractivity before tapWhenReady.
  • Fixed package not building for macOS, moveToBackground is not available for it.

Full Changelog: 0.4.1...0.5.0

0.4.1

28 May 17:41

Choose a tag to compare

  • Extensions on XCUIApplication return self

Full Changelog: 0.4.0...0.4.1

0.4.0

26 May 16:31

Choose a tag to compare

  • Added tap(withNormalizedOffset:) extension to allow tapping exact point in view.
  • Added normalized offset extensions on CGVector like center, bottomRight to easier specify where to tap
  • Improved default error messages to display full element name instead of "Element" text in assertions

Full Changelog: 0.3.0...0.4.0

0.3.0

07 May 14:07

Choose a tag to compare

  • Improved assertion logs

Full Changelog: 0.2.1...0.3.0

0.2.1

20 Feb 17:55

Choose a tag to compare

  • Added slowTypeText as reliable but slower alternative for typeText

0.2.0

04 Feb 11:45

Choose a tag to compare

  • All assertions now succeed without wait if condition is met when called
  • assertHasLabel, assertContainsText, assertHasValue, assertIsDisabled no longer check if element exists
  • assertIsInteractive and waitForInteractivity now check whether element exists
  • Renamed assertIsNotInteractive to assertIsDisabled
  • Increased timeout for all assertions to 8 seconds
  • Added tapWhenReady for use when element isn’t interactive immediatley

0.1.0

10 Jan 17:20

Choose a tag to compare

assertHasPlaceholder