- DATE:
- AUTHOR:
- The Launchable Product Team
May 2025 updates
Attached log search: Find root cause faster
You can now analyze and search through logs generated in external systems at the time of your test session run, directly within Launchable.
Why it matters: Test failures don’t always explain what really went wrong. Logs generated in external systems often hold the real clues. Launchable now brings these together in one place - our Logs search page, making it easier to triage holistically.
Now, you can investigate why a test case failed by referencing external logs, using keyword-based search to spot recurring failure patterns, flaky behaviour, other errors - faster.
How to use it: Logs produced from other systems can be submitted as attachments at the time of recording the test session. Here's the command you should use to record log files as attachments:
launchable record attachment <FILE1> <FILE2> ...
Refer this document, to read in detail about the command. Once sent to Launchable, these log files will be available in the Logs search page (available now in your navigation menu!).
Smarter test selection by path relevance
We’ve enhanced our subset selection algorithm for Predictive Test Selection (PTS), to better predict which tests to run - by analyzing file path relevance.
Why it matters: This enhancement uses AI to understand how code file paths and test paths relate. So we're able to select the most relevant tests increasing accuracy, even when you’re working in new or less-tested parts of the codebase.
How to use it: Just keep subsetting as usual - this upgrade is built into our Predictive Test Selection model and automatically improves your subset suggestions behind the scenes.
Have any questions or want to try these in your workspace? Reach out to us on smart-test-support@cloudbees.com, we’d love to walkthrough and demo these features with your team.
— The Launchable team