launchable record tests
always runs even if the build fails. See Always record tests.launchable subset
with an optimization target for the subsetlaunchable subset
will get a subset from the Launchable platform and output that list to a text filemvn test-compile
. If you use any extra Maven options (such as -Dsurefire.includesFile
, etc.), make sure to include them here so that the correct list of tests that would have run is generated:launchable subset
. This file is normally located at target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst
as shown below.--build
should use the same <BUILD NAME>
value that you used before in launchable record build
.--confidence
option should be a percentage; we suggest 90%
to start. You can also use --time
or --target
; see Subsetting your test runs for more info.launchable subset
command outputs a file called launchable-subset.txt
that you can pass into Maven to run Launchable's selected subset. You should not use any extra includes/excludes files here; they were already processed during mvn test-compile
: