testcontainers专题提供testcontainers的最新资讯内容,帮你更好的了解testcontainers。
我正在与Testcontainers,Micronaut和Kotlin一起玩耍,而Micronaut不知何故不希望替换为我正在启动的MongoDB的动
我正在尝试利用<a href="https://github.com/testcontainers/testcontainers-java" rel="nofollow noreferrer">testcontainers</a>在某
根据<a href="https://www.testcontainers.org/modules/databases/jdbc/#database-containers-launched-via-jdbc-url-scheme" rel="nofollow nor
我为CI创建了一个小型应用程序。这个应用程序非常简单,它可以打印到控制台属性(我将其设置为选项
当我尝试一一运行测试时遇到问题。 数据库连接已关闭。 根据文档 (<a href="https://www.testcontainers.org
我正在尝试使用 TestContainers 来运行 JUnit 测试。 但是,我收到了 <code>InternalServerErrorException: Status 500: {&#3
我在本地测试设置中使用 Kafka testcontainers 映像。 我想更新 Kafka 的配置以匹配我的部署环境。特别
尝试使用 micronat 中的 rabbit testcontainer 执行 JUnit 5,但出现异常 <code>Error disposing of bean registration [io.microna
尝试使用 Junit 5 和 micronaut 设置测试 MongoDBContainer,而不是在使用 application.yml 配置的测试环境中的随机
这是我尝试使用测试容器运行的测试 <pre><code>@Testcontainers class UserIntTest extends Specification { @Autowired
我正在尝试将可重启的测试容器集成到使用 JUnit 和 Kotlin 的应用程序中。 我目前的做法是在我设置
对于我的 CI/CD,我想为我的测试 docker 镜像设置相同的 mac 地址。一次只会运行一个图像。 如何使
我正在使用 Postgres 测试容器。如果表有任何约束,例如外键或唯一的 hibernate 试图首先删除此约束,但
我正在尝试使用 <a href="https://quarkus.io/" rel="nofollow noreferrer">Quarkus</a> 学习一些新东西,但我有点卡在了
我正在尝试使用 Testcontainers 和 junit5 为 SpringBoot 中的 Spring Data Elastisearch 存储库编写集成测试。但是测试
我正在寻找一种方法来保持我的组件测试自包含。 因此,为了实现这种行为,在某些测试中,我需要一
我有一个 <code>junit</code> 测试,使用了 <code>testcontainers-1.15.1</code>。我怎样才能开始一个明确的形象?因
我们在 <a href="https://github.com/testcontainers/testcontainers-java" rel="nofollow noreferrer">testcontainers-java</a> 项目中大
我通常在 <code>spring-boot-test</code> 设置上运行我的 <code>Testcontainers</code> junit sql 测试,如下所示: <pre>
我对 GitLab 和 docker 很陌生,我有一个由几个步骤组成的管道 对于 maven 构建,我使用的 junit 测试阶