Selenium Cucumber / BDD framework

问题描述 投票:-1回答:1

login.feature文件未正确配置。当我使用'When','Then'关键字时,硒将无法识别它们。

Feature: Application Login

Scenario: Home page default login
Given User is on Netbanking landing page
When User login into application with username and password
Then Home page  is populated
And Cards are displaying

<< img src =“ https://image.soinside.com/eyJ1cmwiOiAiaHR0cHM6Ly9pLnN0YWNrLmltZ3VyLmNvbS82OUg2Sy5wbmcifQ==” alt =“在此处输入链接描述”>

java selenium-webdriver cucumber bdd
1个回答
0
投票

需要更多信息。硒或小黄瓜(黄瓜)无法识别“何时”,“然后”关键字?您能否提供我们的StepDefinition示例?

© www.soinside.com 2019 - 2024. All rights reserved.