Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 2.35 KB

README.md

File metadata and controls

49 lines (34 loc) · 2.35 KB

Testing Starter for Java

Build Status Build status Quality Gate Technical Dept codecov Maven Central

A simple testing starter for Java projects

Installation

<dependency>
  <groupId>pl.wavesoftware.testing</groupId>
  <artifactId>junit5-starter</artifactId>
  <version>1.0.0</version>
  <packaging>pom</packaging>
  <scope>test</scope>
</dependency>

Usage

Simply adding a dependency should do the trick. There will be:

  • logging configured with log4j2, slf4j, jul and jcl
  • proper logging integration with Spring/Spring-Boot, if present, and EnableAutoConfiguration is used.
  • color logs
  • logging collector for log4j2 for testing purposes

Contributing

Contributions are welcome!

To contribute, follow the standard git flow of:

  1. Fork it
  2. Create your feature branch (git checkout -b feature/my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin feature/my-new-feature)
  5. Create new Pull Request

Even if you can't contribute code, if you have an idea for an improvement please open an issue.

Requirements

  • Java 8

Releases

  • 1.0.0 - codename: FrostyHeart
    • First publicly available release