Hi Nuwan,

Looks grate. You can improve the readability of the tables by replacing the
current table styles with the attached style sheet. And add class="table
table-bordered" to your data tables.

thanks,
Chanaka

On Tue, Mar 27, 2012 at 9:06 PM, Nuwan Wimalasekara <nuw...@wso2.com> wrote:

> Hi Srinath,
>
> You can access to the dashboard though following URL. Please note the link
> is not accessible from outside.
>
> http://192.168.0.21:9770/dashboard-4.0.0-SNAPSHOT/index.jsp
>
> Thanks
> Nuwanw
>
>
> On Mon, Mar 26, 2012 at 3:35 PM, Krishantha Samaraweera <
> krishan...@wso2.com> wrote:
>
>> Hi Srinath,
>>
>> We lost automation test plan from bamboo due recent bamboo clean up. Need
>> to setup the framework again on bamboo and configure it. BTW, last time we
>> configured the automation framework to run after a successful build.
>> However the framework got executed only few times as the build was
>> unsuccessful. I think this is high time for us to setup the framework again
>> on bamboo machine, will work on it. As the first step, we will include AS,
>> ESB, G-Reg, DSS and BPS tests.
>>
>> Will send a link to hosted Dhasboard instance shortly.
>>
>> Thanks,
>> Krishantha.
>>
>>
>> On Mon, Mar 26, 2012 at 2:45 PM, Srinath Perera <srin...@wso2.com> wrote:
>>
>>> do we have this Dashboard deployed with our Bamboo automation tests?
>>> if so, please send a link.
>>>
>>> --Srinath
>>>
>>> On Sat, Mar 17, 2012 at 7:54 PM, Amila Maha Arachchi <ami...@wso2.com>
>>> wrote:
>>> > Nice work!
>>> >
>>> > Regards,
>>> > AmilaM.
>>> >
>>> > On Fri, Mar 16, 2012 at 4:28 PM, Nuwan Wimalasekara <nuw...@wso2.com>
>>> wrote:
>>> >>
>>> >> Hi all,
>>> >>
>>> >> One of main drawback in System test framework was to keep test report
>>> >> history in place where we can see test status and stats. System test
>>> >> framework generate test reports as TestNG result XML files. But those
>>> >> reports only show the result of last test run. So there is no way to
>>> find
>>> >> past results by build. Therefore we added new feature to System test
>>> >> framework to parse result XML files and write result data to a
>>> database
>>> >> after each test framework execution. Dashboard is capable for display
>>> those
>>> >> result in proper manner.
>>> >>
>>> >> Dashboard address the visualization of the test results and history
>>> using
>>> >> Charts. Test Automation dashboard is a web application which display
>>> test
>>> >> results and history of System test framework builds. Web application
>>> is
>>> >> developed using JSP technology. It is bundled as a webapp file and
>>> can be
>>> >> deployed on any java application server such as WSO2 App server,
>>> Tomcat
>>> >> etc.. We have designed the Dashboard as separate project and
>>> integrated to
>>> >> System test framework. Related dashboard DB configuration can be
>>> found in
>>> >> framework.properties file in System test framework. So the idea is to
>>> reuse
>>> >> the Dashboard with any project which generate TestNG result XML files.
>>> >> Automation dashboard source can be found at [1]
>>> >>
>>> >> How to deploy Dashboard :
>>> >>
>>> >> 1). Check out source of a dashboard from [1]
>>> >> 2). Build the source to generate war file (mvn clean package)
>>> >> 3). Extract a war file and open dbconf.properties in /WEB-INF/classes
>>> >> directory.
>>> >> 4). Configure database connection properties(jdbc url should be same
>>> as
>>> >> database configuration in framework.property)
>>> >> 5). Deploy the war fine on a application server.
>>> >> 6). Run System test framework and check results using dashboard
>>> >>
>>> >> It will display all test result and you can navigate result history
>>> also.
>>> >>
>>> >> Please refer attached screen shots of Dashboard. DB script and table
>>> >> structure is also attached.
>>> >>
>>> >> Your feedbacks and suggestions are welcome.
>>> >>
>>> >> Thanks Chanaka for the support given for theme design.
>>> >>
>>> >> Thanks,
>>> >> NuwanW /Chamara
>>> >>
>>> >>
>>> >> [1]
>>> https://svn.wso2.org/repos/wso2/carbon/platform/trunk/platform-integration/dashboard/
>>> >> --
>>> >> Nuwan Wimalasekara
>>> >> Software Engineer - Test Automation
>>> >> WSO2, Inc.: http://wso2.com
>>> >> lean. enterprise. middleware
>>> >>
>>> >> phone: +94 71 668 4620
>>> >>
>>> >>
>>> >>
>>> >>
>>> >>
>>> >> _______________________________________________
>>> >> Dev mailing list
>>> >> Dev@wso2.org
>>> >> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>> >>
>>> >
>>> >
>>> >
>>> > --
>>> > Amila Maharachchi
>>> > Senior Software Engineer; WSO2, Inc.; http://wso2.com
>>> >
>>> > Blog: http://maharachchi.blogspot.com
>>> > Mobile: +94719371446
>>> >
>>> >
>>> >
>>> > _______________________________________________
>>> > Dev mailing list
>>> > Dev@wso2.org
>>> > http://wso2.org/cgi-bin/mailman/listinfo/dev
>>> >
>>>
>>>
>>>
>>> --
>>> ============================
>>> Srinath Perera, Ph.D.
>>>    http://www.cs.indiana.edu/~hperera/
>>>    http://srinathsview.blogspot.com/
>>> _______________________________________________
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>
>>
>> _______________________________________________
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Nuwan Wimalasekara
> Software Engineer - Test Automation
> WSO2, Inc.: http://wso2.com
> lean. enterprise. middleware
>
> phone: +94 71 668 4620
>
>
>
>
>
> _______________________________________________
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Chanaka Jayasena
Senior Software Engineer; WSO2, Inc.;  http://wso2.com/
email: chan...@wso2.com; cell: +94 77 785 5565
blog: http://chanaka3d.blogspot.com
tr.pass {
        background-color: #4ea12e;
        color: #fff;
    }

    tr.fail {
        background-color: #b63e2e;
        color: #fff;
    }

    tr.skip {
        background-color: #FACB1F;
    }

    tr.pass a {
        color: #ffffff;
    }

    tr.fail a {
        color: #ffffff;
    }

    table {
        max-width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

    .table {
        width: 100%;
        margin-bottom: 18px;
    }

    .table th, .table td {
        padding: 8px;
        line-height: 18px;
        text-align: left;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table th {
        font-weight: bold;
    }

    .table thead th {
        vertical-align: bottom;
    }

    .table thead:first-child tr th, .table thead:first-child tr td {
        border-top: 0;
    }

    .table tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table-bordered {
        border: 1px solid #ddd;
        border-collapse: separate;
        *border-collapse: collapsed;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .table-bordered th + th,
    .table-bordered td + td,
    .table-bordered th + td,
    .table-bordered td + th {
        border-left: 1px solid #ddd;
    }

    .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0;
    }

    .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
        -webkit-border-radius: 4px 0 0 0;
        -moz-border-radius: 4px 0 0 0;
        border-radius: 4px 0 0 0;
    }

    .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
        -webkit-border-radius: 0 4px 0 0;
        -moz-border-radius: 0 4px 0 0;
        border-radius: 0 4px 0 0;
    }

    .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
        -webkit-border-radius: 0 0 0 4px;
        -moz-border-radius: 0 0 0 4px;
        border-radius: 0 0 0 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
        -webkit-border-radius: 0 0 4px 0;
        -moz-border-radius: 0 0 4px 0;
        border-radius: 0 0 4px 0;
    }
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to