We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following the docs with the basic setup and sample test:
`class MyFirstEarlGreyTest: XCTestCase {
func testExample() { let application: XCUIApplication = XCUIApplication() application.launch() EarlGrey.setHostApplicationCrashHandler(GREYHostApplicationCrashHandler?) } }`
crashes after opening and closing the app a couple of times with:
Host background port not assigned. Application under test may have failed to launch and/or does not link to EarlGrey's AppFramework.
What am I missing.. I linked the AppFramework
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following the docs with the basic setup and sample test:
`class MyFirstEarlGreyTest: XCTestCase {
func testExample() {
let application: XCUIApplication = XCUIApplication()
application.launch()
EarlGrey.setHostApplicationCrashHandler(GREYHostApplicationCrashHandler?)
}
}`
crashes after opening and closing the app a couple of times with:
Host background port not assigned. Application under test may have failed to launch and/or does not link to EarlGrey's AppFramework.
What am I missing.. I linked the AppFramework
The text was updated successfully, but these errors were encountered: