Skip to content

ngoan1608/TestResultWebApp

 
 

Repository files navigation

TestResultWebApp (TRWebApp)

TRWebApp is a generic web based open source application which allows processing displaying of test result data in a sophisticated way.

TRWebApp uses a mysql data base, nodejs on server side and JavaScript on Web-Browser side.

TRWebApp was initially implemented at IMG_BOSCH Robert Bosch Car Multimedia and was open sourced in 2020.

Dashboard

On overview of test result data will be displayed in the Dashboard

IMG_WEBAPP_DASHBOARD

Data table
The data table allows you to
  • browse into the single test results.
  • open the traceback for failed test cases.
  • collaborate with your team.
  • filter test cases.

IMG_WEBAPP_DATATABLE

Run-time view

The run-time view shows you test cases grouped by compnent. The size of a block is relative for the run-time of a test case. This allows you to optimize the run-time of a your test suite.

IMG_WEBAPP_RUNTIME

Diff view

The diff view allows you to diff test runs from different test suites. For this a spiral view is used where the center is the start of the test suite execution.

The diff view allows you to
  • show only test cases which are other than passed.
  • show only test cases which are failed.
  • show only test cases which are new or missing.
  • open the traceback for failed test cases.
  • diff up to 5 versions

IMG_WEBAPP_DIFFVIEW

TestResultWebApp is open source software provided under the Apache License 2.0.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.1%
  • HTML 32.9%