Skip to content

Commit a1752a6

Browse files
author
Jeff Flater
committed
vs task to find missing stubs
1 parent 770b3d6 commit a1752a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.vscode/tasks.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"version": "2.0.0",
33
"tasks": [
4+
{
5+
"label": "Behave: Find Missing Steps",
6+
"type": "shell",
7+
"command": "behave test/features --dry-run",
8+
"problemMatcher": [],
9+
"group": "test",
10+
"detail": "Finds missing steps and prints stub implementations"
11+
},
412
{
513
"label": "Docker: Build Behave Image",
614
"type": "shell",

0 commit comments

Comments
 (0)