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, we have UTs and ITs in the same test suites. It would be more reasonable to have these test cases separated from each other. For instance, create unit and integration packages for both of these test cases.
The text was updated successfully, but these errors were encountered:
After implementing this [1] we currently differentiate between UTs (surefire suffix *Test) and ITs (failsafe suffix *IT). So I don't think this is needed anymore.
Currently, we have UTs and ITs in the same test suites. It would be more reasonable to have these test cases separated from each other. For instance, create
unit
andintegration
packages for both of these test cases.The text was updated successfully, but these errors were encountered: