An open API service indexing awesome lists of open source software.

https://github.com/smallrye/smallrye-testing

Testing utilities for all SmallRye projects
https://github.com/smallrye/smallrye-testing

Last synced: 8 months ago
JSON representation

Testing utilities for all SmallRye projects

Awesome Lists containing this project

README

          

:ci: https://github.com/smallrye/smallrye-testing/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-testing

image:https://github.com/smallrye/smallrye-testing/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-testing&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-testing.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye.testing/smallrye-testing-parent?color=green[]

= SmallRye Testing

== Instructions

Compile and install this project:

[source,bash]
----
mvn verify
----