UITestingPlus
Utilities for working with XCUI testing
Integration
dependencies: [
.package(url: "https://github.com/ChimeHQ/UITestingPlus", branch: "main")
]
Usage
Controlling Launch-Time Window State
class MyTests: XCTestCase {
lazy var app = XCUIApplication()
override func setUp() {
super.setUp()
app.launchWithNoWindows()
app.resetLaunchEnvironmentAndArguments()
}
Suggestions or Feedback
We’d love to hear from you! Get in touch via twitter, an issue, or a pull request.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.