我有一个功能文件如下:
Feature: Log in to the application
@OnlyOneTime
Scenario: Login to application as valid user
When User enter the valid credentials
And Click on Login
Then Home Page should be displayed
Scenario: Login to application as Invalid user
When User enter the inValid credentials
And Click on Login
Then Error Message Should be displayed
但问题是它显示为纯文件,根本没有小黄瓜颜色,当我右键单击一个步骤时,我也看不到找到步骤选项。