Skip to content

Releases: TazkiyaTech/XCTestExtensions

1.3.0

08 Dec 18:36
Compare
Choose a tag to compare

Added an XCUIElement.forceTap() extension function.

1.2.1

07 Jan 16:05
Compare
Choose a tag to compare

Increased the visibility of the XCUIElement.tap(numberOfTimes:) extension function from internal to public.

1.2.0

07 Jan 16:02
Compare
Choose a tag to compare

Added an XCUIElement.tap(numberOfTimes:) extension function.

1.1.0

29 Oct 11:02
Compare
Choose a tag to compare

Added the following extension functions:

  • XCUIElementAttributes.assertLabel(contains:)
  • XCUIElementAttributes.assertLabel(equals:)

1.0.0

29 Oct 11:01
Compare
Choose a tag to compare

Added the following extension functions:

  • XCUIElement.assertExistence()
  • XCUIElement.assertExistence(timeout:)
  • XCUIElement.assertNonExistence()
  • XCUIElement.assertNonExistence(timeout:)
  • XCUIElementQuery.assertCount(equals:)
  • XCUIScreenshotProviding.saveScreenshot(to:named:)