| Success rate | Tests | Succeeded | Failed | Pending | Ignored | Skipped | ||
|---|---|---|---|---|---|---|---|---|
| 100% |
|
1 | 1 | 0 | 0 | 0 | 0 | |
| Feature | Success rate | Tests | Succeeded | Failed | Pending | Ignored | Skipped | Duration | ||
|---|---|---|---|---|---|---|---|---|---|---|
| Calculator | 100% |
|
1 | 1 | 0 | 0 | 0 | 0 | 00:00:00.2456912 | |
| Test | Success rate | Tests | Succeeded | Failed | Pending | Ignored | Skipped | |
|---|---|---|---|---|---|---|---|---|
Calculator that adds numbers correctly
| Test | Success rate | Tests | Succeeded | Failed | Pending | Ignored | Skipped | Duration | ||
|---|---|---|---|---|---|---|---|---|---|---|
| Scenario: Add two numbers | 100% |
|
1 | 1 | 0 | 0 | 0 | 0 | 00:00:00.2456912 | |
| Steps | Trace | Result |
|---|---|---|
-> Using app.config |
Succeeded in 0.13s | |
Given I have entered 50 into the calculator |
done: CalculatorSteps.GivenIHaveEnteredIntoTheCalculator(50) (0,0s) |
Succeeded in 0.03s |
And I have also entered 70 into the calculator |
done: CalculatorSteps.GivenIHaveAlsoEnteredIntoTheCalculator(70) (0,0s) |
Succeeded in 0.002s |
When I press add |
done: CalculatorSteps.WhenIPressAdd() (0,0s) |
Succeeded in 0.002s |
Then the result should be 120 |
done: CalculatorSteps.ThenTheResultShouldBe(120) (0,1s) |
Succeeded in 0.057s |