Skip to content

Cucumber Scala v6.2.0

Compare
Choose a tag to compare
@gaeljw gaeljw released this 04 Jul 17:18
· 732 commits to main since this release

Added ➕

  • Add asScalaRawList[T], asScalaRawMaps[T] and asScalaRawLists[T] on DataTable (through io.cucumber.scala.Implicits) (#83 Gaël Jourdan-Weil)
  • Add new DataTableType definitions with optional input values (#84 Gaël Jourdan-Weil)
    • DataTableType { (entry: Map[String, Option[String]]) => ... }
    • DataTableType { (row: Seq[Option[String]]) => ... }
    • DataTableType { (cell: Option[String]) => ... }

Changed 🔀

  • [Core] Update cucumber-core dependency to 6.2.0