Releases: Tunous/XCAppTest
Releases · Tunous/XCAppTest
0.5.0
- 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
waitForInteractivitybeforetapWhenReady. - Fixed package not building for macOS, moveToBackground is not available for it.
Full Changelog: 0.4.1...0.5.0
0.4.1
- Extensions on XCUIApplication return self
Full Changelog: 0.4.0...0.4.1
0.4.0
- Added
tap(withNormalizedOffset:)extension to allow tapping exact point in view. - Added normalized offset extensions on
CGVectorlikecenter,bottomRightto 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
- Improved assertion logs
Full Changelog: 0.2.1...0.3.0
0.2.1
0.2.0
- All assertions now succeed without wait if condition is met when called
assertHasLabel,assertContainsText,assertHasValue,assertIsDisabledno longer check if element existsassertIsInteractiveandwaitForInteractivitynow check whether element exists- Renamed
assertIsNotInteractivetoassertIsDisabled - Increased timeout for all assertions to 8 seconds
- Added
tapWhenReadyfor use when element isn’t interactive immediatley