cuke profiles for running @todo or @bug tests
This commit is contained in:
parent
dc920a7e39
commit
c9e40d3e59
@ -1,6 +1,8 @@
|
|||||||
# config/cucumber.yml
|
# config/cucumber.yml
|
||||||
##YAML Template
|
##YAML Template
|
||||||
---
|
---
|
||||||
default: --require features --tags ~@todo --tag ~@stress
|
default: --require features --tags ~@todo --tags ~@bug --tag ~@stress
|
||||||
verify: --require features --tags ~@todo --tag ~@stress -f progress
|
verify: --require features --tags ~@todo --tags ~@bug --tag ~@stress -f progress
|
||||||
|
bugs: --require features --tags @bug
|
||||||
|
todo: --require features --tags @todo
|
||||||
all: --require features
|
all: --require features
|
@ -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 |
|
|
Loading…
Reference in New Issue
Block a user