打开功能文件黄瓜时无法初始化编辑器

时间:2018-03-19 12:45:51

标签: selenium testing gradle automation cucumber

无法初始化编辑器打开要素文件时显示错误。我的程序功能文件是:

Feature: Login feature

Scenario: Successful Login with Valid Credentials
    Given User Navigate to LogIn Page
    When User enters UserName and Password
    Then Message displayed Login Successfully 

1 个答案:

答案 0 :(得分:0)

这只是因为eclipse版本存在兼容性问题,我使用的是eclipse的霓虹版(大于0.020)所以为了防止这个问题,我们必须使用低于0.20版eclipse的版本,你会得到它的解决方案。 GO和寒冷。

使用此版本:Neon.3 Release(4.6.3)