Swift package containing extension functions for the XCTest framework.
This Swift package contains the following extension functions:
- XCUIElementAttributes.assertLabel(contains:)
- XCUIElementAttributes.assertLabel(equals:)
- XCUIElement.assertExistence()
- XCUIElement.assertExistence(timeout:)
- XCUIElement.assertNonExistence()
- XCUIElement.assertNonExistence(timeout:)
- XCUIElement.forceTap()
- XCUIElement.tap(numberOfTimes:)
- XCUIElementQuery.assertCount(equals:)
- XCUIScreenshotProviding.saveScreenshot(to:named:)
- Add this Swift package to your Xcode project's list of Swift packages by means of this repo's URL.
- Select the testing target(s) that you would like to add this Swift package to.