Testcontainers
Karate
Testcontainers | Karate | |
---|---|---|
13 | 28 | |
8,217 | 8,543 | |
0.6% | 0.5% | |
9.5 | 7.4 | |
7 days ago | 12 days ago | |
Java | Java | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Testcontainers
-
One Container to Rule Them All - Until It Doesn’t
There are a handful of ways to start Testcontainers, including JUnit4 annotations, JUnit5 annotations, ApplicationContextInitializer, JDBC URL scheme, and manual container lifecycle control. Let's choose manual control for now as the least "magic" option:
-
Top Resources to Learn Testcontainers
Repository
-
Testcontainers
except the parent is wrong (at least the Java impl). see:
https://github.com/testcontainers/testcontainers-java/blob/m...
https://github.com/testcontainers/testcontainers-java/blob/m...
-
Reasons to Drop Docker for Podman
> I wonder if Rancher Desktop, et al, works with testcontainers.org?
I don't use testcontainers myself, but it looks like as long as you are using Rancher Desktop >= 1.0.1 you should be just fine.[1]
[1] https://github.com/testcontainers/testcontainers-java/issues...
-
K1s.me - Simplifying Kubernetes Journey for newbie’s
Thanks for the feedback. You are right, and there are some other mock-up alternatives as well, a good one for developers https://testcontainers.com/
-
Database Testing with Testcontainers and Kotlin Exposed ORM
In this article, we will explore how to use Testcontainers and Exposed, a lightweight ORM framework for Kotlin, to create a controlled environment for testing MySQL Database operations.
-
Spring Boot 3.1 RC1 is here - with support for Testcontainers and docker compose
Unfortunately, it still remains hard to use Testcontainers because of how wedded it is to junit4, five years after the release of junit 5. https://github.com/testcontainers/testcontainers-java/issues/970
-
Spring, SchemaSpy DB docs, and GitHub Pages
Finally, we put the directory with generated contents (HTML, CSS, JS) into a tarball. Testcontainers library allows to copy files from a container to the OS but not directories. That’s why we need an archive inside the SchemaSpy container.
-
Spring Cloud Gateway 4.0.0-RC2 native example with Testcontainers
This repository provides a BuildImageTest that uses the buildpack to create a native image. It then tests the native image, using Testcontainers and JUnit. Building the native image with AOT processing, as part of a test, takes minutes not seconds, and should not be part of normal "inner loop" development. So the BuildImageTest is in a separate sourceSet and can be executed independently. This is a very powerful pattern, that I'm just getting started with. I would love to hear your thoughts on this pattern or other alternatives to it.
-
Testcontainers for Hashicorp Consul and Vault
The list goes on. Check out the full list of Testcontainer modules.
Karate
-
🚀 10 Best Free API Testing Tools You Should Use in 2025
📌 GitHub Repo: https://github.com/karatelabs/karate
-
Top Free API Development Tools for Developers
Link: Karate DSL
-
Level up your Karate Testing with Spring Boot DI
For a few years I've used Cucumber for higher level testing, and only more recently started using Karate. While Cucumber is a great tool, I think Karate really shines in reducing the boilerplate that comes along with step definitions and making it easy to write meaningful tests quickly, especially when it comes to API testing.
-
Cucumber Maintainer out of Job and future of the project is uncertain
This is why we need better tools which will give benefits for the added complexity. If you need to create both the feature files AND the code, it's just complexity with little benefits. But frameworks like https://github.com/karatelabs/karate or https://github.com/Endava/cats are hiding this complexity and remove the code layer entirely. Which, in my view, this is where you need to be in 2023, particularly for API testing.
-
Need a fully local web alternative to Postman
- https://insomnia.rest/ - https://hoppscotch.io/ - https://github.com/karatelabs/karate - https://github.com/warmuuh/milkman
-
Lama2: Plain-Text Powered REST API Client for Teams
Congrats on the launch ! I'm the lead dev of [Karate](https://github.com/karatelabs/karate) and was wondering if you had come across it. I strongly agree that collaboration should be [via Git](https://www.karatelabs.io/first-class-citizens) and the IDE and traditional solutions fall short. I hope Karate's syntax passes your "memory friendly" test :) We get regular feedback is that it is easy to read and even non-programmers can pick it up. One thing I feel we do really well is chaining of HTTP requests. And we have plugins for [IntelliJ](https://plugins.jetbrains.com/plugin/19232-karate) and [VS Code](https://marketplace.visualstudio.com/items?itemName=karatela...).
Maintaining a tool like this as open-source is hard, all the best !
- Interview
- Hurl, run and test HTTP requests with plain text
-
Hurl 1.8.0, text based integration tests for REST APIs and web sites
FWIW https://github.com/karatelabs/karate is 83% Java.
- Best tool for automated API e2e testing
What are some alternatives?
Mockito - Most popular Mocking framework for unit tests written in Java
WireMock - A tool for mocking HTTP services
GreenMail - Official master for the Greenmail project
Apache JMeter - Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
REST Assured - Java DSL for easy testing of REST services