Jasmine vs Courgette: What are the differences?
What is Jasmine? DOM-less simple JavaScript testing framework. Jasmine is a Behavior Driven Development testing framework for JavaScript. It does not rely on browsers, DOM, or any JavaScript framework. Thus it's suited for websites, Node.js projects, or anywhere that JavaScript can run.
What is Courgette? A simple UI testing for all the team. Test your Web and Native Mobile Apps. It is a Selenium-based UI Testing Framework written in JS that’s built on top of Cucumber with Protractor for desktop / hybrid apps and Cucumber with WDIO and appium for native mobile apps.
Jasmine and Courgette can be categorized as "Javascript Testing Framework" tools.
Jasmine is an open source tool with 14.8K GitHub stars and 2.18K GitHub forks. Here's a link to Jasmine's open source repository on GitHub.