cornichon v0.18.1 Release Notes

Release Date: 2019-09-04 // over 4 years ago
  • ๐Ÿš€ This release contains minor change around the global configuration file.

    โœ… e.g for a file /src/test/resources/reference.conf

    cornichon {
      executeScenariosInParallel = false
      traceRequests = false 
      warnOnDuplicateHeaders = true
      failOnDuplicateHeaders = false
      disableCertificateVerification = true
    }
    

    ๐Ÿ’ฅ breaking change

    • baseUrl has been renamed to globalBaseUrl for more clarity
      • baseUrl can still be defined at the Feature level otherwise it falls back to globalBaseUrl

    ๐Ÿ‘Œ improvement

    ๐Ÿ”ง introduce a new configuration field named disableCertificateVerification to interact with servers with malformed certificate.

    - false by default.

    ๐Ÿ›  fix addAcceptGzipByDefault configuration field which was not working properly

    • true by default

    โšก๏ธ dependency updates

    • Monix 3.0.0-RC5