Map<String, Object> configMap = getMapFromYamlConfig(jsTestDriverConf);
File baseDirectory = getBaseDirectory(jsTestDriverConf, configMap);
TestPack testPack = brjs.locateAncestorNodeOfClass(jsTestDriverConf, TestPack.class);
if(testPack == null){
throw new RuntimeException("Unable to find test pack which represents the path " + jsTestDriverConf.getParentFile());
}
BundlerHandler bundlerHandler = new BundlerHandler(testPack);