Skip to content

0.2.0

Choose a tag to compare

@hmrc-web-operations hmrc-web-operations released this 15 Jul 16:04
· 22 commits to main since this release
3f2ea2b

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 TestEnvironment object 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.