more API tests (mostly for user errors)

This commit is contained in:
Sarah Hoffmann
2017-09-19 23:06:31 +02:00
parent af74c037f4
commit 81a7ea36db
4 changed files with 42 additions and 1 deletions

View File

@@ -15,6 +15,15 @@ Feature: Parameters for Reverse API
| jsonv2 |
| xml |
Scenario Outline: Coordinates must be floating-point numbers
When sending reverse coordinates <coords>
Then a HTTP 400 is returned
Examples:
| coords |
| -45.3,; |
| gkjd,50 |
Scenario Outline: Reverse Geocoding with extratags
When sending <format> reverse coordinates 10.776234290950017,106.70425325632095
| extratags |