🖥️: Copy the swarming command which kicks off the swarming tests with corresponding parameters.
You need depot_tools(download instructions)
and swarming installed to run the tests locally.
# To set up swarming in your current folder, copy code below and paste to terminal after you installed depot_tools
# (if needed, use "\${platform}" as-is) cipd install "infra/tools/luci/swarming/\${platform}" -root bar
# (if needed) ./bar/swarming login
# '-realm' is only needed if resultdb is enabled for the task.
# Please use a realm that has 'role/resultdb.invocationCreator' in the realms.cfg of your project.