I have recently been using cavy to start testing an app and have some tests.
When I run them on an ios simulator using cavy run-ios --skipbuild the test results show in the terminal as they pass or fail.
However, when running on a real ios device using the same command it just says
cavy: Listening on port 8082 for test results...
I also tried added --xml but not sure if that is doing anything either.
Is there some extra configuration that needs to be done to get them to show like the do on a simulator?
I have recently been using cavy to start testing an app and have some tests.
When I run them on an ios simulator using
cavy run-ios --skipbuildthe test results show in the terminal as they pass or fail.However, when running on a real ios device using the same command it just says
cavy: Listening on port 8082 for test results...I also tried added
--xmlbut not sure if that is doing anything either.Is there some extra configuration that needs to be done to get them to show like the do on a simulator?