added cucumber support via feature-mode
This commit is contained in:
parent
df73849b75
commit
c7ba5e4b27
11 changed files with 1150 additions and 3 deletions
4
vendor/feature-mode/snippets/feature-mode/and
vendored
Executable file
4
vendor/feature-mode/snippets/feature-mode/and
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#name: And something else
|
||||
# --
|
||||
And ${1:something else}
|
||||
$0
|
5
vendor/feature-mode/snippets/feature-mode/bac
vendored
Executable file
5
vendor/feature-mode/snippets/feature-mode/bac
vendored
Executable file
|
@ -0,0 +1,5 @@
|
|||
#name: Background
|
||||
# --
|
||||
Background:
|
||||
Given ${1: a known starting condition}
|
||||
$0
|
7
vendor/feature-mode/snippets/feature-mode/fea
vendored
Executable file
7
vendor/feature-mode/snippets/feature-mode/fea
vendored
Executable file
|
@ -0,0 +1,7 @@
|
|||
#name: Feature: Name
|
||||
# --
|
||||
Feature: ${1:Name}
|
||||
In order to ${2:get some business value}
|
||||
${3:Role} will need ${4:this sweet new feature}
|
||||
|
||||
$0
|
4
vendor/feature-mode/snippets/feature-mode/giv
vendored
Executable file
4
vendor/feature-mode/snippets/feature-mode/giv
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#name: Given a known starting condition
|
||||
# --
|
||||
Given ${1:a known starting condition}
|
||||
$0
|
4
vendor/feature-mode/snippets/feature-mode/sce
vendored
Executable file
4
vendor/feature-mode/snippets/feature-mode/sce
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#name: Scenario: Name
|
||||
# --
|
||||
Scenario: ${1:Name}
|
||||
$0
|
4
vendor/feature-mode/snippets/feature-mode/the
vendored
Executable file
4
vendor/feature-mode/snippets/feature-mode/the
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#name: Then some expected outcome
|
||||
# --
|
||||
Then ${1:some expected outcome}
|
||||
$0
|
4
vendor/feature-mode/snippets/feature-mode/whe
vendored
Executable file
4
vendor/feature-mode/snippets/feature-mode/whe
vendored
Executable file
|
@ -0,0 +1,4 @@
|
|||
#name: When some action
|
||||
# --
|
||||
When ${1:some action}
|
||||
$0
|
Loading…
Add table
Add a link
Reference in a new issue