Junit 无法使用Cucumber运行场景大纲功能

Junit 无法使用Cucumber运行场景大纲功能,junit,cucumber,Junit,Cucumber,我正在使用Scenario outline特性和Examples关键字运行Cucumber特性文件,同时在测试中运行junit Cucumber内部化错误 请帮帮我 **Scenario Outline: Launch and Login CRM Application with simple data driven with examples** Given user is already on Login Page When title of login page is Free CRM

我正在使用Scenario outline特性和Examples关键字运行Cucumber特性文件,同时在测试中运行junit Cucumber内部化错误 请帮帮我

**Scenario Outline: Launch and Login CRM Application with simple data driven with examples**
Given user is already on Login Page 
When title of login page is Free CRM
Then I should login into the application with "<UserName>" as username and "<PassWord>" as password
And close the applciation
Examples:
     |UserName             |PassWord |
     |parthipan**@gmail.com|*****|
**场景概述:使用简单数据驱动的示例启动和登录CRM应用程序**
给定用户已在登录页上
当登录页面标题为“免费”时
然后我应该以“”作为用户名,以“”作为密码登录应用程序
然后关闭应用程序
示例:
|用户名|密码|
|parthipan**@gmail.com|*****|

如果
*
字符不是此站点样式的一部分(对于场景轮廓线),我想说它找不到测试的原因就是因为这个

*
字符仅用于描述即可(在
场景大纲之后:

如果不是因为这个原因,那么我们需要更多的信息(可能是堆栈跟踪的转储),以便能够提供帮助

请查看页面。如果您没有包括完整的错误、堆栈跟踪和其他相关信息,那么很难为您提供帮助。