After you record a build, you can record test results against it by updating the launchable record tests
invocation(s) you created after following Recording test results with the Launchable CLI:
Instead of --no-build
, use --build <BUILD NAME>
where <BUILD NAME>
is the value you used for --name
in launchable record build
.
# beforelaunchable record tests --no-build <TOOL> <PATH TO REPORTS># afterlaunchable record tests --build <BUILD NAME> <TOOL> <PATH TO REPORTS>
If done correctly, you'll see the corresponding build name for each test session on the Test Sessions page.