Skip to content
radoslawlandowski edited this page Sep 27, 2017 · 5 revisions

Welcome to the TestReporter wiki!

TestReporter is an application that collects, parses and stores xml-formatted results from tests. It allows to view them in browser, make annotations, links, displaying statistics etc.

Techstack and development assumptions

  1. Java
  2. Junit
  3. Storing xml files in a file system
  4. Rest Assured
  5. Angular 4
  6. WebPack
  7. Karma, Jasmine and Protractor
  8. Jenkins, Vagrant, Docker

General release plan:

  1. 1.0 Abillity to store XML files in the database and query them via web api
  2. 2.0 Provide Web UI to display the data
  3. Create charts and summaries
  4. Add post-processing rules for the results
Clone this wiki locally