Text highlighter for Given
, When
, Then
and And
keywords in VS Code.
VS Marketplace: https://marketplace.visualstudio.com/items?itemName=TamasSoos.bdd-highlighter
"BDDHighlighter": {
"backgroundColor": "#1f171e",
"color": "#e956ce",
"borderRadius": "2px"
},
You can also limit the feature to specific files. If you leave the includeFiles
empty it will operate on all files.
"BDDHighlighter": {
"includeFiles": [ ".test.js", ".spec.js" ],
},
Before
After
MIT © Tamas Soos