Skip to content

olton/latte-idea-plugin

Repository files navigation

Latte Test Runner

Welcome to Latte Test Runner - plugin for IntelliJ IDEA IDE's! This plugin provides integration for the Latte Testing Framework.

Latte (an abbreviation from laconic testing) is a testing framework designed for testing applications written in JavaScript and TypeScript, React Components, HTML elements and entire sites.

With Latte, you can test:

  • JavaScript and TypeScript routines
  • React Components and HTML element (DOM built-in)
  • Web pages on local and remote sites with a headless browser

With Latte Test Runner you can:

  • Create and execute Run Configuration for your tests
  • Run tests directly from the code editor
  • View test results in the IntelliJ IDEA Test Explorer
  • Navigate to test failures directly from the console output

Resources

Installation

You can install plugin from:

Marketplace

Or directly from your IDE:

  1. Install a compatible JetBrains IDE, such as WebStorm, or other IntelliJ-based IDEs
  2. Launch the IDE and open plugin settings
  3. Search for Latte Test Runner and click install

Supported Platforms

  • AppCode — build 251.0+
  • CLion — 2025.1+
  • GoLand — 2025.1+
  • IntelliJ IDEA Ultimate — 2025.1+
  • PhpStorm — 2025.1+
  • PyCharm Pro — 2025.1+
  • Rider — 2025.1+
  • RubyMine — 2025.1+
  • RustRover — 2025.1+
  • WebStorm — 2025.1+

Support

If you like this project, please consider supporting it by:

  • Star this repository on GitHub
  • Sponsor this project on GitHub Sponsors
  • PayPal to serhii@pimenov.com.ua.
  • Patreon
  • Buy me a coffee

Copyright (c) 2025 by Serhii Pimenov