0

I don't want to pollute/mix the unit test cases(written using QuickSpec) which I have written in UNIT TESTING TARGET with UI tests from EarlGrey.

Is there any alternative that I can have EarlGrey tests to be added to UI TESTING TARGET?

Anand
  • 216
  • 3
  • 10

1 Answers1

0

EG 2 is currently in the process of being released which allows you to add EarlGrey tests in a UI Testing target. Please stay tuned on the slack channel for more information.

gran_profaci
  • 8,087
  • 15
  • 66
  • 99
  • Does it support stubbing the Restful API request/response so that I can check UI behavior? – Anand Aug 06 '18 at 11:49