Skip to content

micronaut-projects/micronaut-test-resources

This branch is 221 commits behind 2.8.x.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6bf21a6 · Jul 19, 2024
Apr 7, 2024
Jul 13, 2023
May 12, 2023
May 14, 2024
Jul 5, 2024
Mar 23, 2023
Apr 22, 2024
Jul 10, 2024
Nov 29, 2023
Feb 27, 2024
Feb 27, 2024
Feb 27, 2024
Jul 19, 2024
Apr 10, 2024
Mar 4, 2024
Nov 10, 2023
Feb 28, 2024
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Nov 10, 2023
Apr 10, 2024
Feb 28, 2024
Nov 10, 2023
Nov 10, 2023
Jul 19, 2024
Nov 27, 2023
Oct 20, 2023
Mar 23, 2023
Nov 7, 2023
May 18, 2022
May 18, 2022
Nov 7, 2023
Oct 19, 2023
Nov 7, 2023
Sep 15, 2023
Jul 19, 2024
Oct 10, 2023
Mar 28, 2024
Jul 11, 2024

Repository files navigation

Micronaut test resources

Maven Central Build Status Quality Gate Status Revved up by Develocity

Micronaut Test Resources adds support for automatic test resources provisioning during development or test execution.

Test resources are a generic concept but in most cases, the Testcontainers library will be used under the hood. For example, Micronaut Test Resources can automatically spawn a MySQL test container for integration tests.

Documentation

See the Documentation for more information.

See the Snapshot Documentation for the current development docs.

Snapshots and Releases

Snapshots are automatically published to Sonatype Snapshots using Github Actions.

See the documentation in the Micronaut Docs for how to configure your build to use snapshots.

Releases are published to Maven Central via Github Actions.

Releases are completely automated. To perform a release use the following steps: