@@ -24,6 +24,7 @@ Feature: Basic trip planning
2424 | a ,b ,c ,d | abcda | 7 .6 |
2525 | d ,b ,c ,a | dbcad | 7 .6 |
2626
27+
2728 Scenario : Testbot - Trip planning with more than 10 nodes
2829 Given the node map
2930 """
@@ -48,14 +49,16 @@ Feature: Basic trip planning
4849 | kl |
4950 | la |
5051
51-
5252 When I plan a trip I should get
5353 | waypoints | trips |
5454 | a ,b ,c ,d ,e ,f ,g ,h ,i ,j ,k ,l | cbalkjihgfedc |
5555
5656
5757 Scenario : Testbot - Trip planning with less than 10 nodes with fixed start and end
58- Given the query parameters
58+ Given the query options
59+ | source | 1 |
60+ | destination | 4 |
61+
5962 Given the node map
6063 """
6164 a b
@@ -71,11 +74,15 @@ Feature: Basic trip planning
7174
7275 When I plan a trip I should get
7376 | waypoints | trips | durations |
74- | a ,b ,c ,d | abcd | 7 .6 |
75- | d ,b ,c ,a | dbca | 7 .6 |
77+ | a ,b ,c ,d | abcda | 7 .6 |
78+ | d ,b ,c ,a | dbcaa | 7 .6 |
7679
7780
7881 Scenario : Testbot - Trip planning with more than 10 nodes with fixed start and end
82+ Given the query options
83+ | source | 1 |
84+ | destination | 12 |
85+
7986 Given the node map
8087 """
8188 a b c d
@@ -101,8 +108,9 @@ Feature: Basic trip planning
101108
102109
103110 When I plan a trip I should get
104- | waypoints | trips |
105- | a ,b ,c ,d ,e ,f ,g ,h ,i ,j ,k ,l | cbalkjihgfed |
111+ | waypoints | trips |
112+ | a ,b ,c ,d ,e ,f ,g ,h ,i ,j ,k ,l | cbalkjihgfedc |
113+
106114
107115 Scenario : Testbot - Trip planning with multiple scc
108116 Given the node map
@@ -141,6 +149,7 @@ Feature: Basic trip planning
141149 | waypoints | trips |
142150 | a ,b ,c ,d ,e ,f ,g ,h ,i ,j ,k ,l ,m ,n ,o ,p | defghijklabcd ,mnopm |
143151
152+
144153 # Test single node in each component #1850
145154 Scenario : Testbot - Trip planning with less than 10 nodes
146155 Given the node map
@@ -196,6 +205,7 @@ Feature: Basic trip planning
196205 | a ,b ,c ,d | abcda | 7 .6 | 1 ,1 ,1 .00009 ,1 ,1 ,0 .99991 ,1 .00009 ,1 ,1 ,1 ,1 .00009 ,0 .99991 ,1 ,1 |
197206 | d ,b ,c ,a | dbcad | 7 .6 | 1 .00009 ,0 .99991 ,1 ,1 ,1 .00009 ,1 ,1 ,0 .99991 ,1 .00009 ,1 ,1 ,1 ,1 .00009 ,0 .99991 |
198207
208+
199209 Scenario : Testbot - Trip with geometry details of polyline
200210 Given the query options
201211 | geometries | polyline |
@@ -218,6 +228,7 @@ Feature: Basic trip planning
218228 | a ,b ,c ,d | abcda | 7 .6 | 1 ,1 ,1 ,1 .00009 ,0 .99991 ,1 ,1 ,1 .00009 ,1 ,1 ,0 .99991 ,1 .00009 ,1 ,1 |
219229 | d ,b ,c ,a | dbcad | 7 .6 | 0 .99991 ,1 .00009 ,1 ,1 ,1 ,1 .00009 ,0 .99991 ,1 ,1 ,1 .00009 ,1 ,1 ,0 .99991 ,1 .00009 |
220230
231+
221232 Scenario : Testbot - Trip with geometry details of polyline6
222233 Given the query options
223234 | geometries | polyline6 |
0 commit comments