Is there a way to run detox e2e tests on real devices within a CI pipeline?
My goal is to run the tests on AWS device farm or something similar.
I read that it is possible to run the e2e tests on bitrise ci, but I guess they will be executed in the iOS simulator, right?
Any hint appreciated.