Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Feature: Leaf Feature File
In order demonstrate what a feature would looks like nested in multiple folders
As a Pickles contributer
I create a simple feature example

@mytag
Scenario: Leaf Example - Add two numbers
Given I have entered 50 into the calculator
And I have entered 70 into the calculator
When I press add
Then the result should be 120 on the screen

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading