https://buildtesters.github.io/schemas/schemas/settings.schema.json#/definitions/local
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | settings.schema.json* |
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
description | string |
Optional | cannot be null | buildtest configuration schema |
shell | string |
Required | cannot be null | buildtest configuration schema |
before_script | Not specified | Optional | cannot be null | buildtest configuration schema |
after_script | Not specified | Optional | cannot be null | buildtest configuration schema |
description field for documenting your executor
description
string
string
Specify the shell launcher you want to use when running tests locally
shell
string
string
pattern: the string must match the following regular expression:
^(/bin/bash|/bin/sh|sh|bash|python).*
before_script
unknown
after_script
unknown