Questions tagged [earlgrey-2]

3 questions
2
votes
2 answers

Xcode got "Image Not Found" while running the test

I am trying to add UI Tests to my project using EarlGrey 2.0 by following this steps to install the framework : https://www.youtube.com/watch?v=KQaA11qVQn0 (using Cocoapods). It build successfully but when I tried to run the test, I got this…
mrjimoy_05
  • 3,452
  • 9
  • 58
  • 95
1
vote
1 answer

EarlGrey 2 won't build - Undefined symbols

Since the pod version of earlgrey 2 is quite outdated at this moment, I tried to use a direct copy method and kind of stuck on building AppFramework. So I followed the setup guide here: Earlgrey 2 on Github git clone -b earlgrey2…
JabbaHotep
  • 31
  • 7
0
votes
0 answers

How do I track if certain network events are fired or not using Earlgrey?

I noticed that in docs it did say that Earlgrey synchronises with all Network events so I assumed I could check if certain network events were being triggered or not (my use case). But I don't find any particular docs or mention on how to access…