You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an address
When current temperature is requests
Then current temperature of the nearest station is retrieved
Example Test Case
*** Settings ***Library DwdWeatherLibrary
*** Test Cases ***Test 'Get current temperature from station' for address[Template] Execute 'Get current temperature from station'
33332 Gütersloh
Aachen
Berlin
*** Keywords ***Execute 'Get current temperature from station'[Arguments]${address}${station} Get station closest to address ${address}${current_temperature} Get current temperature from station ${station}
Should Not Be Empty ${current_temperature}
The text was updated successfully, but these errors were encountered:
Story
Example Test Case
The text was updated successfully, but these errors were encountered: