0

I haven't found any documentation from Detox or general conversation about this while researching, so I fear this might not be possible. Has anyone been able to take a photo with the camera app using the Detox testing framework? This would be while running on a simulator/emulator.

chell
  • 117
  • 8

1 Answers1

1

Yerp, not possible... Solution is to mock the camera API.

chell
  • 117
  • 8
  • This may be possible in the future, once we finish our rewrite, but no assurances. Best to mock you API for 100% consistent results. – Léo Natan Jan 07 '20 at 16:17