python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Testcontainers, Localstack SES and Publishing to SNS
I'm using Spring Boot 2.6.3, with testcontainers version 1.16.3 and aws-java-sdk version 1.12.178. I'm trying to create an Integration test using testcontainers and the testcontainer localstack module...
sabbysabs
Votes: 0
Answers: 0
Testcontainers: build docker image inside testcontainer
I'm creating some tests for my CI/CD service with testcontainers.
One of the tests contains docker image building inside the testcontainer. It fails as it cannot access docker daemon.
The question is ...
ArtemZip
Votes: 0
Answers: 1
Testcontainers: Can't get Docker image
I'm trying to write JUnit tests using testcontainers and the problem is with starting the containers. This is my test class:
package com.example;
import org.junit.After;
import org.junit.Before;
impo...
tomi
Votes: 0
Answers: 0
fixing Mysql Delimiter syntax error in testcontainers init script
I want to test a stored procedure with testcontainers. So I am initializing my container with an SQL script containing the definition of the stored procedure but I am getting this syntax error
java.la...
martin kimani
Votes: 0
Answers: 1