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

Aslak Knutsen (JIRA) issues at jboss.org
Tue Jun 24 08:46:25 EDT 2014


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

Aslak Knutsen commented on ARQ-1751:
------------------------------------

This is a _almost_ working prototype from DevNation hackfest; https://github.com/aslakknutsen/arquillian-recorder/tree/ARQ-1751

The missing parts;

* probably integrate bowler with Maven to build the UI JS parts automatically
* some missmatch in URL used by the UI and backend atm
* possible some missmtach in the format used

General improvements require some more changes in recorder core. e.g.;

* Should the same JAX-B model be used on Client and Container side?
* JAX-B in general generates XML, XML is hell'ish in a JS client
** Currently worked around by XML from Test client to Server, and Gson converted jax-b model from Server to JS client
* The full report is pushed to server for each @Test
* Missing image upload.

> 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