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
SBT has a hard-coded allow list of test frameworks it supports, implicitly.
SBT can be manually configured in each to support additional test frameworks. Weaver used this method early in its lifetime before implicit support was mainlined (and released) for SBT.
If this artifact has any part of its group/artifact/entrant class name changed, a corresponding change and release should be made in SBT. That or users will have to go back to manual configuration until such release is made.
The text was updated successfully, but these errors were encountered:
SBT's actually not gonna have to change at all, the only thing it needs to be aware of is the fully qualified name of the class that implements the test framework interface, which is not gonna change.
SBT has a hard-coded allow list of test frameworks it supports, implicitly.
SBT can be manually configured in each to support additional test frameworks. Weaver used this method early in its lifetime before implicit support was mainlined (and released) for SBT.
If this artifact has any part of its group/artifact/entrant class name changed, a corresponding change and release should be made in SBT. That or users will have to go back to manual configuration until such release is made.
The text was updated successfully, but these errors were encountered: