-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
According to the official document of scalatest + scalacheck integration:
https://www.scalatest.org/user_guide/property_based_testing
The only bay to specify randomisation seed is through sbt:
testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-S", "123456789")
In the meantime, many of the largest Scala project that uses scalatest + scalacheck (e.g. twitter's The Algorithm & Apache Spark) have chosen maven / bazel instead of sbt. This effectively blocked them from using this feature.
We need to expose this option to all build systems equally, not just sbt
Metadata
Metadata
Assignees
Labels
No labels