Selin Unal

Results 12 comments of Selin Unal

Thank you for replying @khandpur. From the link here [https://github.com/google/EarlGrey/blob/2.0.0/docs/setup.md](url) EarlGrey 2.0 does not have Cocoapods support. Is that means everyone in the project should set up EarlGrey manually, right?

Hey @tirodkar ! I install `EarlGreyApp` and `EarlGreyTest` pods to our project. However `EarlGrey.swift` file is not installed as in `EarlGrey` pod. Do I miss something? Additionally, do I need...

@anshulpara I do not find a solution, do you have any idea about this?

I will try this, I guess I was adding the wrong version of this file.

Hey @maroleks and @CblPOB. I have not tried this yet. Are you trying https://github.com/google/EarlGrey/blob/earlgrey2/TestLib/Swift/EarlGrey.swift this file, right?

Thanks for sharing your knowledge @Ad1991! Can you now restart the app using `EarlGrey 2.0` by updating team IDs?

Hey @sishuiOS ! Can you find any solution for this? I have similar case with UI testing. And I do not get any errors for my UI tests.

Hey @sishuiOS, could you please try : 'override class func setUp()' (which ensures to call setUp() only once!) Thank you!

I see, maybe I can use address information too. (By stopping my test at a specific point and see the address of the each element and check failure). Is there...

We can add additional key-value pairs to the `userinfo`, right?