Skip to content
New issue

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

Default example test crashes #1890

Open
avdwerff-ddy opened this issue Jan 23, 2023 · 0 comments
Open

Default example test crashes #1890

avdwerff-ddy opened this issue Jan 23, 2023 · 0 comments

Comments

@avdwerff-ddy
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant