in src/cmd/run.js [22:54]
export default async function run(
{
artifactsDir,
browserConsole = false,
devtools = false,
pref,
firefox,
firefoxProfile,
profileCreateIfMissing,
keepProfileChanges = false,
ignoreFiles,
noInput = false,
noReload = false,
preInstall = false,
sourceDir,
watchFile,
watchIgnored,
startUrl,
target,
args,
// Android CLI options.
adbBin,
adbHost,
adbPort,
adbDevice,
adbDiscoveryTimeout,
adbRemoveOldArtifacts,
firefoxApk,
firefoxApkComponent,
// Chromium CLI options.
chromiumBinary,
chromiumProfile,
},