Total scenarios: 3, Passed scenarios: 3, Failed scenarios: 0
Total Duration: 581 ms
Feature file: /my/path/demo.feature
In order to calculate, As a user I want to add two or more numbers Rules: 1. Addition of two or more numbers should result in the total 2. If less than 2 numbers are provided, an error message should be displayed
Scenarios
complete
Add two numbers: 1 and 2 279 ms
Meets rule 3. Numbers should be added and result should be 3.
Only 1 number is provided 154 ms
Unit Tests
Add four numbers: 1,2,5,10 147 ms
Meets rule 4. Numbers should be added and result should be 18.
complete demo