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
Currently gutter support only extends to ScalaTest - it would be nice to be able to make an easy to onboard way of managing a couple of the other popular testing frameworks
Off the top of my head:
Munit
Specs2
Additionally property test extensions for both
To also consider - libraries like zio/cats also include their own test harnesses, some of which extend the above.
Given the number of frameworks and extensions this might be a large ask - however maybe we can script it out for easier management?
Open to suggestions and thoughts
The text was updated successfully, but these errors were encountered:
Currently gutter support only extends to ScalaTest - it would be nice to be able to make an easy to onboard way of managing a couple of the other popular testing frameworks
Off the top of my head:
Munit
Specs2
Additionally property test extensions for both
To also consider - libraries like zio/cats also include their own test harnesses, some of which extend the above.
Given the number of frameworks and extensions this might be a large ask - however maybe we can script it out for easier management?
Open to suggestions and thoughts
The text was updated successfully, but these errors were encountered: