Open source Maven plugin for Quarkus

Quietly

Automated testing.
Less noise, more quality.

Quietly analyzes Quarkus and Hibernate projects, diagnoses testability issues, and generates idempotent REST and filter tests.

Quietly robin
Mavenv0.2.0
<plugin>
  <groupId>io.github.quietly-official</groupId>
  <artifactId>quietly-maven-plugin</artifactId>
  <version>0.2.0</version>
</plugin>
mvn quietly:doctor

01 / Capabilities

What Quietly does

From project discovery to focused, repeatable test generation.

01

Scan

Discover entities, Hibernate filters and project metadata.

mvn quietly:scan
02

Doctor

Understand what can be tested, what is blocked, and why.

mvn quietly:doctor
03

Filter Tests

Generate deterministic and idempotent REST/filter tests.

mvn quietly:filter-tests
04

CRUD Tests

Generate lightweight CRUD smoke tests for supported operations.

mvn quietly:crud-tests

02 / Rationale

Why Quietly

Test generation should understand the project before it writes a file.

  • 01Less repetitive test boilerplate
  • 02Deterministic generation
  • 03Project-aware diagnostics
  • 04Safe generation only when enough information is available
  • 05Maven lifecycle integration

03 / Architecture

One source of truth

Quietly separates discovery, analysis and rendering so diagnostics and generated tests share the same source of truth.

01Maven Project
02Project Discovery
03Resolvers
04Generation Plan
05Doctor / Test Generation

04 / Current release

Available on Maven Central

Use the official plugin coordinates:

io.github.quietly-official:quietly-maven-plugin:0.2.0Open Maven Central

05 / Open source

Built in public.

Quietly is open source and developed in public.