Testcontainers
@testcontainers
Followers
13K
Following
2K
Media
117
Statuses
1K
Testcontainers is an OSS library that finally makes integration testing easy. Try it now https://t.co/8h6Ke2BauG
On your laptop
Joined January 2016
🎉 Big news! 🐋 @AtomicJarInc is now part of @Docker! Together, we will continue to invest in and extend the open-source project that we all love @testcontainers. Read the blog by @bsideup: https://t.co/rh2rW8Q5PY
14
87
345
It's time for #AllThingsOpen! Don't miss @shelajev as he shows you how to make your own Testcontainers module.
0
4
7
The @docker team will be at @AllThingsOpen next week. Stop by booth 35 and chat with @shelajev @mikesir87 @ealeyner & @NorthBayMel
0
6
13
🚀 Boost your software testing with Model-Based Testing using @testcontainers & Jqwik! 🐛Automatically generate test cases, find hidden bugs, & validate complex systems effortlessly. 🐳 Learn more: https://t.co/uXFyrCp8Gn
docker.com
We demonstrate how to use model-based testing with jqwik and Testcontainers to automate regression testing on a REST API across different application environments.
0
5
30
📣 Reminder 📅 Join us tomorrow at 6 p.m. CET for the Microcks #Community Meeting. Whether you’re an #API enthusiast, @testcontainers user, or just curious about API #mocking and #testing, this is THE place to be! 💻🤝 🗓 Register now: https://t.co/TsDZWo3Ahg
0
2
5
ThoughtWorks Technology Radar. @testcontainers is in Adopt category. yay 👏
Latest Thoughtworks Technology Radar is out - our regular survey of technologies that capture our attention in our client work. We found lots of AI-adjacent tools to be useful, but also that coding assistants often lead to problems https://t.co/7NRkjvT9zg
0
4
40
A tool to easily benchmark APIs. It uses @testcontainers to manage Docker containers. The load testing is done with OHA. https://t.co/QPWMAhly3F
github.com
api-oha-benchmarker is a tool to easily benchmark APIs. It uses Testcontainers to manage Docker containers. Load testing is done with OHA. To collect information such as CPU and memory usage, it us...
0
3
11
🚨 One week left! Don't miss this talk on testing AI-driven apps using LLMs as Validator Agents. Perfect for Java devs working with LangChain4j & Spring AI. 📅 October 30th ⏳ Seats are limited—act fast! #GenerativeAI #Java #AIValidation #BarcelonaJUG
https://t.co/mwKQcOsbGH
meetup.com
Hi JUGgers! This time we present an exciting meetup about [testContainers](https://testcontainers.com/) and AI! **Sepaker:** [Ignasi Lopez Luna](https://es.linkedin.com/i
0
3
5
ajeetsraina: A tool to easily benchmark APIs. It uses @testcontainers to manage Docker containers. The load testing is done with OHA. https://t.co/CigtEOeh2p
github.com
api-oha-benchmarker is a tool to easily benchmark APIs. It uses Testcontainers to manage Docker containers. Load testing is done with OHA. To collect information such as CPU and memory usage, it us...
0
1
3
A new @testcontainers for #golang release is out! Major highlights are: 💪 More robust resource reaper, thanks to latest releases of Ryuk 📦 New modules: @meilisearch @Yugabyte @etcdio @dynamodb @DatabendLabs 🐞 Many bug fixes https://t.co/OmCvZtjRnI
github.com
What's Changed 🚀 Features feat: add meilisearch-module (#2835) @mashail feat: add yugabytedb module (#2825) @henripqt feat: add etcd module (#2788) @mdelapenya feat: add dynamodb-local module ...
0
5
7
Spring Boot testing: Zero to Hero by Daniel Garnier-Moiroux https://t.co/KQ4iJKX7EF via @YouTube He talks about slices testing, context caching, custom test configuration, @testcontainers integration, and all the HTTP testing capabilities.
0
10
21
YouTube playlist of Integration Testing using @testcontainers
https://t.co/Sx5yTuRJ64 Learn how to test with SQL DB, Kafka, RabbitMQ, WireMock, etc.
youtube.com
In these videos, I will teach how to use Testcontainers effectively for witing integration tests.
1
12
95
This @testcontainers repo is shaping up quite well. Great to see contributions pouring in from the community. Keep it coming…@Docker
github.com
A Curated List of Testcontainers Resources. Contribute to collabnix/awesome-testcontainers development by creating an account on GitHub.
0
4
10
Check out this list of @testcontainers resources and consider contributing if you ever created content around Testcontainers 🙏
Check out a curated list of @testcontainers resources - best practices, modules, language support & blogs. It is not an official list, but a @collabnix community effort to help people find the best stuff for Testcontainers in 2024 & beyond
0
4
6
6
4
19
Happy to contribute FactCheckEvuator to Spring AI project. Demo has been updated to Spring AI 1.0.0-M3, look how to use @testcontainers @ollama module with bespoke-minicheck model. /cc @bespokelabsai
https://t.co/QM8nIG4oTd
github.com
Contribute to AtomicJar/spring-ai-demo development by creating an account on GitHub.
🚀 #SpringAI 1.0.0-M3 is here! ✨ Highlights: - Enhanced observability - Refactored Advisors API - Function/Tool calling enhancements - Fact-based evaluation with FactCheckingEvaluator - Batch processing for Embedding models Find more: https://t.co/Q2iU6MP2Oh
#SpringAI #Java
1
2
9
ajeetsraina: Check out a curated list of @testcontainers resources - best practices, modules, language support & blogs. It is not an official list, but a @collabnix community effort to help people find the best stuff for Testcontainers in 2024 &…
github.com
A Curated List of Testcontainers Resources. Contribute to collabnix/awesome-testcontainers development by creating an account on GitHub.
0
2
4
This library provides a Testcontainers-based container for Playwright that enables running browser automation and testing without installing Playwright browsers locally. https://t.co/lT55m1QxvK
github.com
Testcontainers-based container for Playwright. Contribute to orange-buffalo/testcontainers-playwright development by creating an account on GitHub.
0
2
6
Check out this new piece from @jespinog on the @Docker blog: Leveraging Testcontainers for Complex Integration Testing in Mattermost Plugins https://t.co/iJ1KrkumD4
#opensource #automation #golang
docker.com
Learn how Mattermost has embraced Testcontainers to overhaul its testing strategy, achieving greater automation, improved accuracy, and seamless plugin integration.
0
6
10
The OllamaContainer class from the testcontainers Python library facilitates setup & management of containerized environ for serving AI models with @ollama . Allows you to run inference tasks in a consistent & isolated environment.
huggingface.co
0
4
5