Creating test sessions with the Launchable CLI
Before you start creating test sessions, consider your Test Session Layouts.
Launchable uses your test results from each Test Session to provide features.
After running the launchable record build
command, execute the launchable record session
command to create test sessions in your workspace.
The general structure of this command is as follows:
launchable record session
--build <BUILD NAME>
--test-suite <TEST SUITE NAME>
> launchable-session.txt
--build <BUILD NAME>
, which you can use if you recorded a build before running tests (for Predictive Test Selection only). See Recording builds with the Launchable CLI--test-suite <TEST SUITE NAME>
, which you can set test suites. See Test suites