Utilities for easier interaction with XCUITest methods
XCAppTest
Utilities for easier interaction with XCUITest methods.
Installation
Swift Package Manager
Add the following to the dependencies array in your “Package.swift” file:
.package(url: "https://github.com/Tunous/XCAppTest.git", .upToNextMajor(from: "1.0.0"))
Or add https://github.com/Tunous/XCAppTest.git, to the list of Swift packages for any project in Xcode.