Releases: TazkiyaTech/XCTestExtensions
Releases · TazkiyaTech/XCTestExtensions
1.3.0
1.2.1
Increased the visibility of the XCUIElement.tap(numberOfTimes:)
extension function from internal to public.
1.2.0
Added an XCUIElement.tap(numberOfTimes:)
extension function.
1.1.0
Added the following extension functions:
XCUIElementAttributes.assertLabel(contains:)
XCUIElementAttributes.assertLabel(equals:)
1.0.0
Added the following extension functions:
XCUIElement.assertExistence()
XCUIElement.assertExistence(timeout:)
XCUIElement.assertNonExistence()
XCUIElement.assertNonExistence(timeout:)
XCUIElementQuery.assertCount(equals:)
XCUIScreenshotProviding.saveScreenshot(to:named:)