--launchable-subset
enabled.--launchable-record-only
flag:nosetests
with three extra flags:--launchable-build-number
flag tells Launchable which build is being tested. This should be the same value you used for --name
in launchable record build
before. The --launchable-subset
flag enables subsetting.--launchable-subset-options
flag tells the plugin which Launchable CLI subset options to use. For example, to use the Launchable CLI's --target
option, the flag should look like --launchable-subset-options '--target 10%'
. This runs a subset of the most useful test targets that will run in 10% of the full execution time. You can also use --launchable-subset-options '--time 100'
to run a subset of the most useful test targets that will run in 100 seconds. See the CLI reference for more options.--launchable-subset-target PERCENTAGE
option is still available; it functions the same as --launchable-subset-options '--target PERCENTAGE'
. To accommodate future CLI options, however, we recommend using --launchable-subset-options
where convenient.nosetests
with:--launchable-test-session
option set to the session ID value you saved earlier, and--bin
value in --launchable-subset-options
set to bin-number/bin-count
.LAUNCHABLE_DEBUG
environment variable to 1
before running tests to print debug logs.