File: pherkin.yml

package info (click to toggle)
libtest-bdd-cucumber-perl 0.87-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 716 kB
  • sloc: perl: 4,493; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 280 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
# `man pherkin`, "CONFIGURATION PROFILES"

default:
   steps:
     - /usr/share/perl/5.14.2/Test/BDD/Plugin/steps
     - ~/your-project/steps
   o: TermColor
   tags:
     - tag1,tag2,tag3

# Note: this file is being used by the test suite;
#  be sure to run tests after modifying