File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1313 " @rule1 or @smoke" ,
1414 " @keyword-asterisk" ,
1515 " @result:UNDEFINED" ,
16- " @result:FAILED"
16+ " @result:FAILED" ,
17+ " @fail_feature"
1718 ]
1819 },
1920 {
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 ],
Original file line number Diff line number Diff line change 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" : [
You can’t perform that action at this time.
0 commit comments