} catch (IOException e) {
log.error("Can't read " + fio.getAbsolutePath() + " contents");
throw new RuntimeException(e);
}
SeleniumTest processedTest = importer.process(fileContents);
return processedTest.elements();
}
}
throw new RuntimeException("Included path not found: " + name);
}