From what I understand, there are two main packages that help in testing the package - TinyTest and Velocity, which have become the official Meteor testing platform .
From Meteor DevShop in June , the Velocity team said that Velocity can work together with TinyTest, but I don’t understand the difference in functions, these two packages provide, one (TinyTest) redundant?
Is TinyTest designed for unit testing only? If I need to integrate testing, functional testing, will I need to turn to Velocity and the supported infrastructure? Or is something else completely different? There is a comparison table, but it is a bit outdated.
source
share