Product Overview

Launchable is a software development intelligence platform focused on continuous integration (CI). Using data from your CI runs, Launchable provides various features to speed up your testing workflow so you can ship high-quality software faster.

Predictive Test Selection

Predictive Test Selection uses machine learning to select the right tests for a specific code change. This unlocks the ability to run a much smaller test suite at various points in your software development lifecycle, accelerating delivery.

With Predictive Test Selection, Launchable actually tells your test runner exactly which tests to run based on data from past test runs and the changes being tested:

Check out the full Predictive Test Selection page for more info.

Test Suite Trends

The Trends page shows aggregate info about your test sessions, including average test session duration, test session frequency, and how often sessions fail.

Seeing this data over time gives you a picture of how your test suite evolves; for example, perhaps your tests are taking twice as long as they did six months ago, and you need to cut it down! Similarly, perhaps your team's running tests a lot more often than expected, driving up resource costs. Or maybe you have some broken tests that are driving up the overall failure rate.

Unhealthy Test Insights

Launchable also surfaces Unhealthy Tests in your test suite so you can fix them and run tests more reliably.

Test Reports

As soon as you start sending test results to Launchable using the Launchable CLI, you can view Test results and reports in the Launchable dashboard. Launchable provides a richer view of test results, helping developers triage and fix failures more quickly.

For quick access to this page, the Launchable CLI prints out a link to the results view every time you record results:

In addition, Launchable shows all of your test runs in one place for easy navigation. No more digging around build logs:

Test Suite Parallelization

Using duration information from past test runs, Launchable can automatically create evenly-sized bins of tests for you to run your test suite in parallel. See Test Suite Parallelization

Test Notifications

The Launchable Slack app provides Test Notifications via Slack so developers can immediately take action on the results, whether that's to triage failures or merge a PR. Developers can create subscriptions to receive personal notifications about test sessions run against their branches/pull requests or other test sessions they care about.

The app sends notifications directly to developers so they don't have to manually check their email or navigate to their pull request to see if their tests passed.