[arquillian-issues] [JBoss JIRA] (ARQ-1739) Add possibility to make photo of yourself via device camera

Stefan Miklosovic (JIRA) issues at jboss.org
Tue Apr 1 05:39:12 EDT 2014


Stefan Miklosovic created ARQ-1739:
--------------------------------------

             Summary: Add possibility to make photo of yourself via device camera
                 Key: ARQ-1739
                 URL: https://issues.jboss.org/browse/ARQ-1739
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Extension - Droidium
    Affects Versions: droidium_1.0.0.Alpha5
            Reporter: Stefan Miklosovic
            Priority: Optional


You could take photo of yourself in a test / test camera functionality

https://coderwall.com/p/3-tgjg

Could be implemented as

{code}
@Test
public void takeCameraImage(@ArquillianResource AndroidDevice device)
{
    device.takeCameraPhoto();
}
{code}

This could be integrated to reporter so you will see these taken photos directly in report as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list