public class CucumberLauncher extends Object
| Constructor and Description |
|---|
CucumberLauncher(Path tnrReportDirectory) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
buildCucumberArgument(String glueCode,
Path featurePath,
String reportName)
create a list to manage cucumber arguments
|
byte |
launchCucumberTest(List<String> arguments)
lauch cucumber test
|
public CucumberLauncher(Path tnrReportDirectory)
public byte launchCucumberTest(List<String> arguments) throws IOException
arguments - list of cucumber argumentsIOExceptionCopyright © 2018 Vitam. All rights reserved.