GithubHelp home page GithubHelp logo

framstag / testtype-maven-report-plugin Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 36 KB

Plugin that offers some statistics regarding used java test types

License: Apache License 2.0

Java 100.00%

testtype-maven-report-plugin's Introduction

testtype-maven-report-plugin

About

This plugin tries to detect various test frameworks and test types by analysing the annotation of the test classes (using javaparser) and generating a report with some statistic information.

Goal

Goal is to get some (architecture, quality-assurance) overview over the project regarding the used test strategies.

Detected Frameworks

  • JUnit 4
  • JUnit 5
  • Spring
    • SpringBootTest
    • WebMvcTest
    • DataJpaTest

Current state

This is a proof of concept. The report generated is already OK but not complete. The code needs some refactoring (move more code out of the Mojo class).

Usage

<plugin>
  <groupId>com.framstag</groupId>
  <artifactId>testtype-maven-report-plugin</artifactId>
  <version>1.0-SNAPSHOT</version>
</plugin>

TODOs

  • Get clear how to signal combinations of frameworks
  • Add support for more test frameworks
  • Add links to the report
  • Add some graphics to the report
  • Handle multi-module projects (possibly we need to store intermediate
  • data and split analyse and aggregation phases?)
  • Get rid of possible warnings if annotations of the JDK itself are used.
  • Add Unit- and Maven-tests
  • Understand which versions of dependencies for Maven plugin development we should use (and not use).
  • Release Process
    • Get a release working using GitHUb Actions
    • Publish release to Maven Central

testtype-maven-report-plugin's People

Contributors

framstag avatar

Stargazers

 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.