gauge-vscode
gauge-vscode copied to clipboard
Test Explorer cannot expand Spec if the Spec header is immediately followed by a Scenario header
If you have a file example.spec with the following structure
# Spec Header
## Scenario Header
* Test something
the Spec cannot be expanded in the Test Explorer. Adding a blank line between the first and second line fixes this.