Skip to content

Support for sbt.testing.Framework on Scala.js and Scala Native #530

@dubinsky

Description

@dubinsky

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;

Are there any plans to fix any of these?

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions