skillfed

launchable

Launchable CLI

launchable v1.124.4 199.1K downloads/30d#9,715 on PyPI
Permissive license Apache Software License v2 Active released

What it is and what it does

Launchable CLI is a command-line interface for the Launchable test optimization platform. It integrates into CI/CD pipelines to intelligently select which tests to run based on code changes and historical test data, aiming to reduce overall test execution time and feedback latency. The tool parses test results (via junitparser), communicates with the Launchable backend service over HTTP, and provides commands to configure and manage test runs.

The package bundles a Java component (exe_deploy.jar) alongside Python code, making it a hybrid tool that requires both Python 3.6+ and Java 8+ to operate. It uses standard CLI patterns via click and integrates with common testing workflows by reading and reporting JUnit XML test results. The tool is designed for teams running large test suites in continuous integration environments where test execution time is a bottleneck.

Use it for:

  • Reduce CI/CD feedback time by running only tests likely affected by recent code changes.
  • Integrate test optimization into existing Jenkins, GitHub Actions, or other CI platforms via CLI commands.
  • Collect and analyze test execution data to identify slow or flaky tests over time.
  • Manage test configurations and report results back to Launchable's analytics backend.
  • Automate test selection in monorepo or multi-service environments with complex test dependencies.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Launchable CLI is a command-line tool that integrates with test infrastructure to optimize test selection and execution, reducing feedback time in CI/CD pipelines.

Yes, if you are running large test suites in CI/CD and want to reduce feedback time through intelligent test selection. The package is actively maintained, has low install friction, carries no known vulnerabilities, and uses a permissive license. The main requirement is that your environment supports both Python 3.6+ and Java 8+, and you have a Launchable account to connect to. If your test infrastructure is small or test execution is not a bottleneck, the overhead of integration may not justify the benefit.

Install

launchable on PyPI

pip

pip install launchable

uv

uv add launchable

poetry

poetry add launchable

Installing launchable

Before you install

Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release (59 days ago) and relies on common, stable dependencies like click, requests, and junitparser.

License in practice

Licensed under Apache Software License v2, a permissive open-source license that allows commercial use, modification, and distribution with minimal restrictions—suitable for most development and production environments.

Quickstart

pip install launchable~=1.0
python -m launchable --help

Requires Java 8 or later and Python 3.6 or later; the CLI depends on an embedded Java component (exe_deploy.jar) for core functionality.

Verify before relying

  • Specific test framework integrations and supported CI/CD platforms beyond what the fact sheet indicates.
  • Performance improvements or test reduction metrics claimed by the tool in real-world usage.
  • API authentication and configuration requirements for connecting to Launchable's backend service.

Package facts

License Apache Software License v2 (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 10 — click, dataclasses, requests, urllib3, junitparser, setuptools, more_itertools, python-dateutil, tabulate, importlib-metadata
Maintenance actively maintained — 59 days since the last release
First released
Downloads 199,123/month — #9,715 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: launchable-1.124.4-py3-none-any.whl

License :: OSI Approved :: Apache Software LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

test selection optimizationCI/CD test runnerintelligent test filteringtest execution accelerationbuild pipeline testingtest impact analysiscontinuous integration CLI
ci-cdtest-optimizationjava-hybrid

More Testing packages