Skip to content

Latte

Latte is a powerful JavaScript testing framework that allows you to write tests for your applications with ease.

Latte is a powerful testing framework that allows you to write tests for your applications with ease.

It supports testing for: JavaScript, TypeScript, HTML elements (DOM enabled), React Components, and entire web pages with built-in headless browser.


Process Demo

Latte Demo

Features

JavaScript/TypeScript

Hassle-free testing of JavaScript and TypeScript (with using tsx) code. Write tests in a simple and clear way on JavaScript and TypeScript.

Config Free

No need to configure anything, just install and start testing. Latte will automatically configure everything for you. Also you can configure it manually.

Built-in coverage tool

Latte has a built-in coverage tool that allows you to see the coverage of your tests. Latte will automatically generate a LCOV report for you.

DOM and React Testing

Use Latte to test HTML elements and React Components with built-in DOM testing tool.

100+ Matchers

Latte has a built-in matcher library that allows you to test your code with a large number of matchers.

Easy Expanding

Latte is easy to expand. You can add your own matchers, coverage tools, DOM testing tools, and more.