cuke profiles for running @todo or @bug tests

This commit is contained in:
Emil Tin
2013-09-05 19:18:04 +02:00
parent dc920a7e39
commit c9e40d3e59
2 changed files with 4 additions and 25 deletions
-23
View File
@@ -1,23 +0,0 @@
@routing @testbot @bug @todo
Feature: Testbot - Things that looks like bugs
Background:
Given the profile "testbot"
Scenario: Testbot - Triangle problem
Given the node map
| | | | d |
| a | b | c | |
| | | | e |
And the ways
| nodes | highway | oneway |
| abc | primary | |
| cd | primary | yes |
| ce | river | |
| de | primary | |
When I route I should get
| from | to | route |
| d | c | de,ce |
| e | d | de |