Giter Club home page Giter Club logo

saatr's Introduction

SAATR

Open source tool for Storing And Analyzing Tests Results.

##About SAATR consists of two parts:

  1. Uploader (e.g. simple bash script) which is intended to be part of your automated test execution controlled by a CI tool (e.g. Jenkins). At the end of a CI job the script collects all tests results (generated by the Surefire Plugin) and uploads them to the Web application.

  2. Web application stores all data in mongoDB and provides powerful access to the history of your tests results. Main features are:

  • grouping of data for better overview about instabilities between runs
  • searching, filtering and comparing according to many parameters
  • knowledge base about test failures - you can enrich data during investigation

##Usage

  1. Start MongoDB.
    The easiest way is use docker e.g.:
# start mongo (data will be stored on host file system on /var/saatr/datadir)
docker run --name saatr-mongo -v /var/saatr/datadir:/data/db -p 27017:27017 -d mongo:3.3.11
# find mongo IP address and then modify 'spring.data.mongodb.uri' property in 'saatr/src/main/resources/application.properties'
docker inspect saatr-mongo | grep IPAddress
  1. Start the web application with the Spring Boot maven plugin (mvn spring-boot:run). The application is running at http://localhost:8080.

##Contribution

Any feedback or contribution is very welcome.

Web application is build with Apache Maven 3.3 and Java 1.8. For reducing boilerplate code is used Project Lombok which needs to be installed to your IDE.

saatr's People

Contributors

dsimko avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.