Why recommend RunnerUITests(UI Testing Bundle) but not RunnerTests(Unit Testing Bundle) #1063
-
I just wondered why recomend RunnerUITests(UI Testing Bundle) but not RunnerTests(Unit Testing Bundle) in https://patrol.leancode.co/native/setup in iOS? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, Unit Testing Bundle works very differently to UI Testing Bundle. Patrol requires UI Testing Bundle to enable its native automation features. That's also why we recommend naming the target |
Beta Was this translation helpful? Give feedback.
Yes, Unit Testing Bundle works very differently to UI Testing Bundle. Patrol requires UI Testing Bundle to enable its native automation features.
That's also why we recommend naming the target
RunnerUITests
instead ofRunnerTests
, to make the distinction clear.