Establishing project outline properly by adding necessary files

This commit is contained in:
2026-07-12 12:16:09 -05:00
parent 914996cb6d
commit 88c8e60efa
9 changed files with 103 additions and 0 deletions
@@ -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