launchable record build
before you create a build in your CI script:--name
option, you assign a unique identifier to this build. You will use this value later when you record test results. See Choosing a value for <BUILD NAME>
for tips on choosing this value.--source
option points to the local copy of the Git repository (or repositories) used to produce this build, such as .
or src
.<BUILD NAME>
value to connect the test results with the changes in the build:raw
profile for custom test runners, or request a plugin.launchable inspect tests
to inspect uploaded data. This is useful for verifying that you passed the correct report path(s) into launchable record tests
. You can also see the values Launchable uses to identify individual tests.launchable record tests
includes a tip to run launchable inspect tests
:PASSED
/FAILED
/SKIPPED
)stdout
or stderr
(although they are stored).