Functions
Static Public Summary | ||
public |
defaults: Object Default configuration to be used when invoking the serenity-bdd command line interface. |
Static Public
public defaults: Object source
Default configuration to be used when invoking the serenity-bdd command line interface. See the source code to find out more about the values being used.
Properties:
Name | Type | Attribute | Description |
artifact | string | The GAV identifier of the artifact to download from the artifact repository |
|
repository | string | The URL of the repository where the artifact can be found |
|
cacheDir | string | A relative path to the directory where the artifact should be downloaded |
|
sourceDir | string | A relative path to the directory where the intermediate Serenity/JS JSON reports have been generated |
|
reportDir | string | A relative path to the directory where the Serenity BDD HTML report should be generated |
|
featuresDir | string | A relative path to the Cucumber.js features directory (if Cucumber is used) |
|
log | string | A Logback log level that Serenity BDD CLI should use (info, warn, debug) |