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
It would be great if this project supported more test frameworks than just scalatest.
From looking at the code, it seems like the vast majority doesn't need to actually be tied to scalatest, but could live in a core package which only contains the helper method implementations. The individual test integrations could then connect those bits to the appropriate test framework hooks (before/after, fixtures, etc)
I'm aware this is a relatively large change but I think it could be done without breaking compatibility for downstream projects using the library already
The text was updated successfully, but these errors were encountered:
It would be great if this project supported more test frameworks than just scalatest.
From looking at the code, it seems like the vast majority doesn't need to actually be tied to scalatest, but could live in a core package which only contains the helper method implementations. The individual test integrations could then connect those bits to the appropriate test framework hooks (before/after, fixtures, etc)
I'm aware this is a relatively large change but I think it could be done without breaking compatibility for downstream projects using the library already
The text was updated successfully, but these errors were encountered: