Skip to content

Releases: kpavlov/finchly

0.1.1

10 Nov 09:44
Compare
Choose a tag to compare

Update TestEnvironment and BaseWiremock

  • 🎪TestEnvironment provides an easy way to manage environment variables between system and .env files 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.

Full Changelog: v0.1.0...v0.1.1

0.1.0

09 Nov 20:13
Compare
Choose a tag to compare

Initial version

  • BaseWiremock
  • (AbstractTest)Environment