mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-26 23:58:31 -06:00
added gerken
This commit is contained in:
13
Management.Gherkin/Features/Calculator.feature
Normal file
13
Management.Gherkin/Features/Calculator.feature
Normal file
@@ -0,0 +1,13 @@
|
||||
Feature: Calculator
|
||||

|
||||
Simple calculator for adding **two** numbers
|
||||
|
||||
Link to a feature: [Calculator]($projectname$/Features/Calculator.feature)
|
||||
***Further read***: **[Learn more about how to generate Living Documentation](https://docs.specflow.org/projects/specflow-livingdoc/en/latest/LivingDocGenerator/Generating-Documentation.html)**
|
||||
|
||||
@mytag
|
||||
Scenario: Add two numbers
|
||||
Given the first number is 50
|
||||
And the second number is 70
|
||||
When the two numbers are added
|
||||
Then the result should be 120
|
||||
Reference in New Issue
Block a user