Added flatbuffers support to Table service cucumber tests

This commit is contained in:
Denis Chaplygin
2019-09-17 17:32:09 +03:00
parent 6214f16552
commit 50a1c8a08d
2 changed files with 75 additions and 23 deletions
+15
View File
@@ -21,6 +21,21 @@ Feature: Basic Duration Matrix
| a | 0 | 10 |
| b | 10 | 0 |
Scenario: Testbot - Travel time matrix of minimal network requested with flatbuffer format
Given the node map
"""
a b
"""
And the ways
| nodes |
| ab |
When I request a travel time matrix with flatbuffers I should get
| | a | b |
| a | 0 | 10 |
| b | 10 | 0 |
@ch
Scenario: Testbot - Travel time matrix of minimal network with toll exclude
Given the query options