[JBoss JIRA] (ARQ-1751) Implement web-based console which streams reporting events in realtime
by Stefan Miklosovic (JIRA)
Stefan Miklosovic created ARQ-1751:
--------------------------------------
Summary: Implement web-based console which streams reporting events in realtime
Key: ARQ-1751
URL: https://issues.jboss.org/browse/ARQ-1751
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Extension - Recorder
Affects Versions: recorder_1.0.0.Alpha2
Reporter: Stefan Miklosovic
Every fired reporter event would be observed by additional observer which would send it to REST end point of some running "reporter server" so when user starts some test, he would see in web console in ordinary browser how some test is going.
Reporter would "stream" reporting events to console ui so user would not have to wait until the whole test is done but he would see how test is going on in realtime.
This can be handy particulary in CI environment.
--
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
10 years, 8 months
[JBoss JIRA] (ARQGRA-434) Browser screenshooter acts only on @Default Drone
by Stefan Miklosovic (JIRA)
[ https://issues.jboss.org/browse/ARQGRA-434?page=com.atlassian.jira.plugin... ]
Stefan Miklosovic updated ARQGRA-434:
-------------------------------------
Component/s: screenshooter
(was: core)
> Browser screenshooter acts only on @Default Drone
> -------------------------------------------------
>
> Key: ARQGRA-434
> URL: https://issues.jboss.org/browse/ARQGRA-434
> Project: Arquillian Graphene
> Issue Type: Bug
> Components: screenshooter
> Affects Versions: 2.1-Tracking
> Reporter: Stefan Miklosovic
> Assignee: Stefan Miklosovic
>
> Browser screenshooter acts only on Drone instances which do not have any qualifier but @Default since current implementation does this check:
> {code}
> GrapheneContext.getContextFor(Default.class)
> {code}
> This usage prevents user to use screenshooter in multibrowser scenarios like having Android browser and ordinary Firefox browser in one test class since they can (and must) be differentiated by additional qualifier put on @Drone instances.
> Check should be done on instance level and not on qualifier level - meaning we should take context of Drone with ordinary (not mobile) browser which can have any qualifier possible.
--
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
10 years, 8 months