Skip to content

Cucumbersome:v1.0.1

Latest
Compare
Choose a tag to compare
@mariocairone mariocairone released this 03 Feb 13:38
· 7 commits to master since this release

Release Note

This release focus is on some improvements for the mock module and minor bug fixes.
Upgrading to this version is not retro-compatible with previous mock module version as some of the steps in the library has been modified.

  • A new MockServiceContainer class has been added to the mock module. This extends the MockServerContainer class provided by the testcontainers framework adding the ability to expose the mock-server to a fixed port using the provided constructor.
  • A set of new steps has been added in the mock module to support a more flexible request matching
  • A new step has been added to the http module to support response time assertion

known Issues

This release includes the fix for the following issues:

  • Bug Fixes:
    • #1 Bug: Property file name shows as "%s" in log when not provided
    • #4 Bug: Fix English in mock module
  • Features:
    • #2 Feature: Ability to assert response time in the http module
    • #3 Feature: Extend mock request matching capability