Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get current temperature from a station #10

Open
Noordsestern opened this issue Sep 4, 2019 · 0 comments
Open

Get current temperature from a station #10

Noordsestern opened this issue Sep 4, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request essential Issue essential to this library

Comments

@Noordsestern
Copy link
Owner

Story

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}
@Noordsestern Noordsestern added the enhancement New feature or request label Sep 4, 2019
@Noordsestern Noordsestern added this to the Weather forecast milestone Sep 4, 2019
@Noordsestern Noordsestern added the essential Issue essential to this library label Sep 4, 2019
@Noordsestern Noordsestern self-assigned this Sep 4, 2019
Noordsestern added a commit that referenced this issue Sep 4, 2019
Noordsestern added a commit that referenced this issue Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request essential Issue essential to this library
Projects
None yet
Development

No branches or pull requests

1 participant