0.2.0
·
22 commits
to main
since this release
Release Notes
The v0.2.0 release introduces a TestEnvironment object to simplify and standardise test environment configuration for teams using application.conf. This enhancement reduces duplication by providing a pre-defined environment configuration object.
Added
TestEnvironment Object:
- A new
TestEnvironmentobject designed to help with test configuration. - Reduces the need for teams to specify this object in their test repositories, promoting reusability and consistency.
For more details, refer to the pull request #3.