maiflai / gradle-scalatest

A plugin to enable the use of scalatest in a gradle Scala project.
The Unlicense
73 stars 34 forks source link

Support for scalaCheck #95

Open cmhteixeira opened 3 years ago

cmhteixeira commented 3 years ago

Am I right to say that gradle does not support ScalaCheck tests out of the box?
I have also been unsuccessful using this (nice) plugin for ScalaCheck.

How hard would it be to extend this to support ScalaCheck?
I could help.

maiflai commented 3 years ago

Sorry, I'm not sure what you mean.

I think https://www.scalatest.org/user_guide/writing_scalacheck_style_properties suggests that ScalaTest supports ScalaCheck already.

Are you saying you want to run ScalaCheck without ScalaTest?

Thanks, Stu