Testing guide article

@alawi thanks, but don’t have any change document.
Ex: package name to install…

What are people using for acceptance tests? Chimp/Chimpy (which is what appears on Meteor’s test docs…) appear to be dead projects now unfortunately. Thanks.

I’m using Cypress with a setup similar to the one described here https://marmelab.com/blog/2019/02/28/cypress-on-meteor.html

1 Like

I use TestCafe

To teach my students how to do it, I provide a sample system (BowFolios) with TestCafe tests that are integrated into a CI pipeline using GitHub Actions.

Some explanatory videos are here.

Philip

1 Like

What are people using for Unit tests in 2022? :slight_smile:

1 Like