throw new ExecutionException("Can't find JsTestDriver configuration file.");
}
parameters.put(TestRunner.ParameterKey.CONFIG_FILES, joinJstdConfigs(jstdConfigs));
TestFileScope testFileScope = buildTestFileScope(myEnvironment.getProject(), myRunSettings);
if (!testFileScope.isAll()) {
parameters.put(TestRunner.ParameterKey.TESTS, testFileScope.serialize());
}
if (myCoverageFilePath != null) {
parameters.put(TestRunner.ParameterKey.COVERAGE_OUTPUT_FILE, myCoverageFilePath);
if (!myRunSettings.getFilesExcludedFromCoverage().isEmpty()) {