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
Enable running specific test "methods"/examples/fragments of specs2 like JUnit and scalatest are supported.
Requires work on both the plugin side and on rules_scala. @hmemcpy has already done some work on it from both sides
The text was updated successfully, but these errors were encountered:
Only scalatest is left, right?
Still need better filtering options in scalatest, preferably the same as specs2, i.e., "com.example.TestClass#foo should do bar$", so we can reuse code.
Enable running specific test "methods"/examples/fragments of specs2 like JUnit and scalatest are supported.
Requires work on both the plugin side and on rules_scala.
@hmemcpy has already done some work on it from both sides
The text was updated successfully, but these errors were encountered: