Undefined step definitions in Pycharm

安稳与你 提交于 2020-01-25 10:32:06

问题


When I press Alt+Enter, I see Inspection 'Undefined Step' options. However, I should see the intention action Create Step Definition.

I have the Gherkin plugin installed.

https://i.imgur.com/hFADmzR.png

I cannot test because i get the info in my cmd:

ConfigError: No steps directory in 'C:\WINDOWS\system32\features'

Thanks in advance... i cant find answer to my problem online.

Feature: sign in to a pre-signed form  As a user I want to login and what happens

Scenario: Log in with valid data
    Given user is on Sign In form website
    When user sees filled in Sign In form and submits it
    Then User can see what's after being logged

来源:https://stackoverflow.com/questions/56397898/undefined-step-definitions-in-pycharm

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!