https://buildtesters.github.io/schemas/schemas/settings.schema.json#/properties/config/properties/paths
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | settings.schema.json* |
object (Details)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| buildspec_roots | array |
Optional | cannot be null | buildtest configuration schema |
| prefix | string |
Optional | cannot be null | buildtest configuration schema |
| logdir | string |
Optional | cannot be null | buildtest configuration schema |
| testdir | string |
Optional | cannot be null | buildtest configuration schema |
Specify a list of directory paths to search buildspecs. This field can be used with buildtest buildspec find to rebuild buildspec cache or build tests using buildtest build command
buildspec_roots
string[]string[]
prefix
stringstring
logdir
stringstring
testdir
stringstring