0
我們執行使用黃瓜與Maven在eclipse不同功能的文件不同的測試場景執行測試用例。硒:如何在平行使用黃瓜與Maven
EX:
FeatureFile1:Login1
Scenario:UserLogin
Given:the userName is "aaa"
When:the login button is clicked
Then:the user login as successfully
FeatureFile2:Login2身份
Scenario:UserLogin01
Given:the userName is "bbb"
When:the login button is clicked
Then:the user login as successfully
在上面的例子中如何在平行和ALS 運行o如何配置pom.xml文件。
問候,
戈帕爾