You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add support for scalaprops on Scala.js and Scala Native to Gradle plugin for multi-backend Scala; being a Gradle plugin, it obviously does not use any sbt plugins, and drives test frameworks via the sbt.testing.Framework; currently:
Scala Native is not supported, since ScalapropsTaskImpl calls ScalapropsRunner.getTestObject(), which is not implemented on Scala Native
Scala.js is not supported, since scalaprops does not emit sbt.testing.Events on Scala.js;