10 lines
217 B
Gherkin
10 lines
217 B
Gherkin
Feature: Calculator
|
|
|
|
Simple calculator for adding two numbers
|
|
|
|
@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 |