]> git.openstreetmap.org Git - nominatim.git/blob - test/bdd/api/search/geocodejson.feature
add secondary importance to API BDD tests
[nominatim.git] / test / bdd / api / search / geocodejson.feature
1 @APIDB
2 Feature: Parameters for Search API
3     Testing correctness of geocodejson output.
4
5     Scenario: City housenumber-level address with street
6         When sending geocodejson search query "Im Winkel 8, Triesen" with address
7         Then results contain
8           | housenumber | street    | postcode | city    | country |
9           | 8           | Im Winkel | 9495     | Triesen | Liechtenstein |
10
11     Scenario: Town street-level address with street
12         When sending geocodejson search query "Gnetsch, Balzers" with address
13         Then results contain
14           | name    | city    | postcode | country |
15           | Gnetsch | Balzers | 9496     | Liechtenstein |
16
17     Scenario: Town street-level address with footway
18         When sending geocodejson search query "burg gutenberg 6000 jahre geschichte" with address
19         Then results contain
20           | street  | city    | postcode | country |
21           | Burgweg | Balzers | 9496     | Liechtenstein |
22
23     Scenario: City address with suburb
24         When sending geocodejson search query "Lochgass 5, Ebenholz, Vaduz" with address
25         Then results contain
26           | housenumber | street   | district | city  | postcode | country |
27           | 5           | Lochgass | Ebenholz | Vaduz | 9490     | Liechtenstein |