[
https://issues.jboss.org/browse/ARQ-1739?page=com.atlassian.jira.plugin.s...
]
Stefan Miklosovic commented on ARQ-1739:
----------------------------------------
Yeah, I was primarily thinking about them :) Taking them from physical device should be
possible as well ...
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
Assignee: 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