[arquillian-issues] [JBoss JIRA] (ARQ-1751) Implement web-based console which streams reporting events in realtime

Stefan Miklosovic (JIRA) issues at jboss.org
Thu Jun 26 04:32:40 EDT 2014


    [ https://issues.jboss.org/browse/ARQ-1751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979575#comment-12979575 ] 

Stefan Miklosovic commented on ARQ-1751:
----------------------------------------

Regarding of XML report, you could export it directly to JSON exporter

(1) https://github.com/arquillian/arquillian-recorder/blob/master/arquillian-recorder-reporter/arquillian-recorder-reporter-impl/src/main/java/org/arquillian/recorder/reporter/exporter/impl/JSONExporter.java

The problem with full report pushing is that reporter constructs that JAXB model as a tree-like structure. If you want it more granular, I guess you would have to fire reporting event more frequently only with reporting snippets done after the last report action and somehow "append" them in a browser.

Image upload can be done later in the next iterations.

I would like to see this module in Reporter Beta1, Alpha4 is going to be release in a week I hope, I'll look at this in august.

> 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
>            Assignee: Stefan Miklosovic
>              Labels: hack-idea
>
> 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 was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list