Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Quarkus Testcontainers test resource #1272

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

christophd
Copy link
Member

  • Easily add Testcontainers instance to your Quarkus test using annotation based config
  • Enable users to access Testcontainers instance after container has been started/stopped via listeners
  • Enable users to supply application properties to the Quarkus application under test (e.g. set connection settings from Testcontainers instance)

- Easily add Testcontainers instance to your Quarkus test using annotation based config
- Enable users to access Testcontainers instance after container has been started/stopped via listeners
- Enable users to supply application properties to the Quarkus application under test (e.g. set connection settings from Testcontainers instance)
@christophd christophd merged commit 0be1939 into main Dec 2, 2024
1 check passed
@bbortt bbortt deleted the chore/quarkus-testcontainers branch December 3, 2024 06:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant