【发布时间】:2020-06-06 09:24:30
【问题描述】:
如何使用 WDIO 框架从 BDD 功能文件创建步骤定义
Scenario Outline: Verify the weatherForecast Application whether user can able to lunch the application for mentioned city
When I open the url http://localhost:3000/
Then I should be able to launch the application with header "Five Day Weather Forecast foreee"
When I enter the <cityName> for weatherForecast
Examples:
| cityName |
| aberdeen |
【问题讨论】:
-
到目前为止您尝试过什么?您使用哪个 IDE?您为 IDE 安装了哪些插件?
标签: javascript cucumber bdd webdriver-io wdio-v5