cornichon v0.16.3 Release Notes

Release Date: 2018-10-02 // over 5 years ago
  • ๐Ÿ› bug fixes

    • ๐Ÿ›  fix scenario filtering for cornichon-test-framework #185

    ๐Ÿ‘Œ improvements

    ๐Ÿ”Š when ignoring scenarios or features, the reason passed as parameter will now be printed in the logs to ease debugging

    ๐Ÿ”ง a new function ignoredIfDefined is available on Scenario and Feature to enable dynamic toggling based on configuration.

    val config = loadMyConfig()val toggle: Option[String] =if (config.ignoreThatFeature) Some("ignored due to local configuration") else Nonedef feat = Feature("important feature).ignoredIfDefined(toggle) {...}
    

    โšก๏ธ dependency updates

    • cats 1.4.0
    • circe 0.10.0