testcontainers专题提供testcontainers的最新资讯内容,帮你更好的了解testcontainers。
我正在使用 spark 和 cassandra 在 scala 中运行测试,为了测试我使用 testcontainers 并且由于某些工作原因我们
我正在使用以下配置在 kubernetes 上运行我的 <strong>jenkins</strong> Kubernetes 版本:1.21 jenkins docker
我正在使用 testcontainers:mongodb 在示例 Spring Boot kotlin 项目中设置集成测试。 我已经设置了一个 MongoD
我正在使用定义了 3 个 SQL 数据源的 Spring Boot。 我正在使用 SpringBoot 属性为数据源制作 3 个 TestContainer。
我正在尝试在 docker 中运行我的 Spring Boot 应用程序 junit 测试,然后创建该应用程序的映像。下面是我的
我需要使用 testcontainer.properties 的“无限一次启动策略示例”。 如何使用属性配置 IndeterminWaitOneShotStartup
目前,我想为我的系统创建一个集成测试。我正在使用 testcontainers 来生成我的临时数据库实例,并使用
我正在尝试在 Docker 容器中的 Jenkins Kubernetes Docker 上使用 Testcontainers 运行我的集成测试。 测试容器
使用 Spring 进行集成测试我能够填充一个测试数据库运行脚本,就像这样...... <pre><code>@Test @Sql({&#34;/db
我想使用 JUnit 5 将测试容器与 <code>@DataJpaTest</code>(和 <code>@SpringBootTest</code>)一起使用。我使用 <code>@Te