Open source apps with test suites?

Hey all,

I’m looking to add test to my app and I’d like to have a look at some open source apps with decent test suites. I’m struggling to find any — lots of awesome big apps without tests though. I’m using sanjo:jasmine but open to examples with any testing framework.

Here’s what I know of that do have more than a trivial example or two:

Telescope
Letterpress
Reaction Commerce

1 Like

I rebuilt the Microscope from Discover Meteor with React and some well commented tests using Jasmine for unit and integration tests and Cucumber for end-to-end. In the repo you will find all my resources I learned from. I hope it will help you.

Looks great. Thanks, @mstamos!