// configure logging before we start seriously processing.
LogManager.getLogManager().readConfiguration(cmdLineFlags.getRunnerMode().getLogConfig());
final PluginLoader pluginLoader = new PluginLoader();
// load all the command line plugins.
final List<Module> pluginModules = pluginLoader.load(cmdLinePlugins);
logger.debug("loaded plugins %s", pluginModules);
JsTestDriverBuilder builder = new JsTestDriverBuilder();
BasePaths basePath = cmdLineFlags.getBasePath();
builder.addBasePaths(basePath);