转到定义功能在 vs-code 上不起作用。
\n\n我已经安装了黄瓜(小黄瓜)完整支持插件。
\n\n复制步骤:右键单击功能文件上的步骤,然后选择转到定义。
\n\n特征文件
\n\nGherkin code : When user access the Application\nRun Code Online (Sandbox Code Playgroud)\n\n步骤定义文件
\n\nWhen(\'user access the Application\',\xc2\xa0async\xc2\xa0function\xc2\xa0() {\n\n await\xc2\xa0PageObject.open();\n\n}); \nRun Code Online (Sandbox Code Playgroud)\n\n预期:它应该导航到步骤定义文件。
\n\n项目文件夹结构
\n\n\n\n\n