首页 > 解决方案 > 如何使Atom黄瓜步跳包在windows上工作?

问题描述

我刚刚安装了 Atom 文本编辑器。我安装了 cucumber-step 包:https ://atom.io/packages/cucumber-step 。
但是当我单击CTRL+ALT+j它时,它不会跳转到 step implementation/definition
正在Windows 10使用webdriverIO 6 frameworkTypescript和cucumber。 有人知道我还能做些什么来完成这项工作吗? 谢谢!

标签: typescriptcucumberatom-editorwebdriver-io

解决方案


看来该包仅支持文件夹中的 Ruby 和 JavaScript 文件step_definitions
它还需要特定的文件夹结构才能正常工作。step_definitions文件夹需要放在features文件夹内(如/features/step_definitions)。
我将问题留在了 repo 上,试图请求这些改进。
在他们做出回应之前,它不适用于 Typescript,也不适用于不同的项目结构。


推荐阅读