Skip to content

Commit 5af1bbc

Browse files
committed
chore: update launch.json and settings.json with correct paths//additional tags
1 parent 31041c8 commit 5af1bbc

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.vscode/launch.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"@rule1 or @smoke",
1414
"@keyword-asterisk",
1515
"@result:UNDEFINED",
16-
"@result:FAILED"
16+
"@result:FAILED",
17+
"@fail_feature"
1718
]
1819
},
1920
{
@@ -38,9 +39,10 @@
3839
"${input:features}",
3940
"--report",
4041
"console",
41-
"--com",
42-
"COMx",
43-
"--nordic",
42+
"junit-xml",
43+
// "--com",
44+
// "COMx",
45+
// "--nordic",
4446
"--tag",
4547
"${input:tag}"
4648
],

.vscode/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"cmake.useCMakePresets": "always",
33
"cucumberautocomplete.steps": [
4-
"cucumber-cpp-example/steps/*.cpp",
5-
"test/steps/*.cpp"
4+
"cucumber_cpp/example/steps/*.cpp",
5+
"cucumber_cpp/acceptance_test/steps/*.cpp"
66
],
77
"cucumberautocomplete.gherkinDefinitionPart": "(GIVEN|WHEN|THEN|STEP)\\(",
88
"cucumberautocomplete.customParameters": [

0 commit comments

Comments
 (0)