We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be very useful to have support for customizing the criteria for when a generic container is ready for use, like documented here: https://www.testcontainers.org/features/startup_and_waits/
An example would be something like this in application.yml
application.yml
test-resources: containers: custom-container: image-name: my-image hostnames: - my.host exposed-ports: - my.port: 9876 wait-strategy: - log-message: ".*Ready to accept connections.*\\n"
The text was updated successfully, but these errors were encountered:
Add support for wait strategies
9caf3a2
Fixes #123 Fixes #136
1c60211
No branches or pull requests
Feature description
It would be very useful to have support for customizing the criteria for when a generic container is ready for use, like documented here: https://www.testcontainers.org/features/startup_and_waits/
An example would be something like this in
application.yml
The text was updated successfully, but these errors were encountered: