You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EarlGrey is a native iOS UI automation test framework that combines EarlGrey with XCUITest, Apple's official UI Testing Framework.
We would like to be able to support creating mocks in the test bundle and have them work in the host app as well. We've got this working and it would require some minimal changes to ocmock to allow us to be able to move mocks between processes.
The text was updated successfully, but these errors were encountered:
EarlGrey is a native iOS UI automation test framework that combines EarlGrey with XCUITest, Apple's official UI Testing Framework.
We would like to be able to support creating mocks in the test bundle and have them work in the host app as well. We've got this working and it would require some minimal changes to ocmock to allow us to be able to move mocks between processes.
The text was updated successfully, but these errors were encountered: