Elegant utilities for streamlining integration testing in Kotlin
Finchly is a modern Kotlin library that simplifies integration testing by providing a collection of utilities and helpers. It focuses on making your tests more readable, maintainable, and efficient.
- 🚀 Simple and intuitive API
- 👍 Kotlin-first design
- 🎪TestEnvironment provides an easy way to manage environment variables between system and
.envfiles with fallback values for test environment configurations. - 🎭BaseWiremock provides a Kotlin wrapper for WireMock server with built-in configuration, lifecycle management, and verification for simplified HTTP service mocking in tests.
Building project locally:
mvn clean verifyor using Make
make buildWe welcome contributions! Please see the Contributing Guidelines for details.
