Establishing project outline properly by adding necessary files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
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
|
||||
Reference in New Issue
Block a user