@ln-maf/validations
Version:
This module is created to allow other projects to easily validate JSON utilizing a set of steps.
16 lines (15 loc) • 489 B
JSON
{
"cucumberautocomplete.stepsInvariants": true,
"cucumberautocomplete.smartSnippets": true,
"cucumberautocomplete.customParameters": [
{
"parameter": "{jsonObject}",
"value": "(it|item {string}|file {string}|{string})"
}
],
"cucumberautocomplete.steps": [
"features/stepDefinitions/steps.js"
],
"cucumberautocomplete.syncfeatures": "features/**feature",
"cucumberautocomplete.strictGherkinCompletion": true
}