VS Code运行和调试ruby黄瓜功能文件

时间:2019-04-21 04:19:33

标签: ruby visual-studio-code cucumber vscode-settings

我正在尝试使用Visual Studio Code在ruby中运行和调试我的黄瓜功能文件。我不知道如何运行它。

其中一项在线建议说要添加到launch.json

   {
            "name": "Cucumber",
            "type": "Ruby",
            "request": "launch",
            "program": "${workspaceRoot}/bin/cucumber"
        }

这对我没有用。不确定bin / cucumber程序是什么,还是要遵循的其他步骤。 我的项目结构是

APIProjectA
 -features
   - subprojectA
      - file.feaure
   - subprojectB
      - file.feaure
 -step_definitions
WebProjectA
 -features
   - subprojectA
      - file.feaure
   - subprojectB
      - file.feaure
 -step_definitions


0 个答案:

没有答案