About 50 results
Open links in new tab
  1. ASP.NET Core Integration tests with dotnet-testcontainers

    Feb 4, 2022 · ASP.NET Core Integration tests with dotnet-testcontainers Asked 3 years, 10 months ago Modified 2 years, 11 months ago Viewed 16k times

  2. TestContainers+Windows10+WSL2+Docker+Idea: Could not find a …

    Sep 11, 2023 · TestContainers+Windows10+WSL2+Docker+Idea: Could not find a valid Docker environment Asked 2 years, 3 months ago Modified 1 year, 11 months ago Viewed 2k times

  3. Testcontainers: docker-machine executable was not found on PATH

    Feb 16, 2022 · Testcontainers: docker-machine executable was not found on PATH Asked 3 years, 10 months ago Modified 1 year, 6 months ago Viewed 26k times

  4. How to reuse Testcontainers between multiple SpringBootTests?

    Jun 17, 2020 · I'm using TestContainers with Spring Boot to run unit tests for repositories like this: @Testcontainers @ExtendWith(SpringExtension.class) @ActiveProfiles("itest") …

  5. Testcontainers ; Running @Testcontainers Tests inside docker [Running ...

    Jan 3, 2020 · How To Run @Testcontainers based test cases inside the docker container ? I have Simple Spring Boot App that has Integration Test (Component level) that are interacting with …

  6. How to setup dotnet Testcontainers with a SQL Server database for ...

    Mar 14, 2023 · How to setup dotnet Testcontainers with a SQL Server database for Integration Tests? Asked 2 years, 9 months ago Modified 2 years, 1 month ago Viewed 16k times

  7. How to set up testcontainers using database-first approach?

    Sep 4, 2024 · For integration tests with a DB First schema, you could consider creating individual testing scenario databases suited for integration test suites. These contain the necessary schema and seed …

  8. sql server - Using Testcontainers.MsSql.MsSqlBuilder and create ...

    Nov 19, 2023 · Using Testcontainers.MsSql.MsSqlBuilder and create database for .NET Core/C# integration tests Asked 2 years, 1 month ago Modified 1 year, 8 months ago Viewed 10k times

  9. How to test repository with junit5 and testcontainers?

    Oct 28, 2020 · The JUnit 5 extension provided by the @Testcontainers annotation scans for any containers declared with the @Container annotation, and then starts and stops the those containers …

  10. How can I resolve the 'Could not find a valid Docker environment' error ...

    Jun 1, 2023 · Solved the issue: Quarkus 2.16.4.Final and Testcontainers 1.17.6 work together fine. I had tried before: 1.15.3, 1.16.0, 1.18.0 and 1.18.2 without success. Resolving the version via quarkus …