-
Feature Request
-
Resolution: Won't Do
-
Optional
-
None
-
droidium_1.0.0.Alpha5
-
None
You could take photo of yourself in a test / test camera functionality
https://coderwall.com/p/3-tgjg
Could be implemented as
@Test
public void takeCameraImage(@ArquillianResource AndroidDevice device)
{
device.takeCameraPhoto();
}
This could be integrated to reporter so you will see these taken photos directly in report as well.