By the way, did you notice that with Serenity/JS you can use Markdown
to better describe each Feature
and Scenario
?
Before
Given Callie decides to use the Super Calculator
When she adds 19 and 23
Then she should see that the result is 42
Before
Given Callie decides to use the Super Calculator
When she multiplies 6 and 2
Then she should see that the result is 12
Number of Scenarios | 2 | Total Duration | 0ms |
Total Number of Test Cases | 2 | Fastest Test | 2s |
Number of Manual Test Cases | 0 | Slowest Test | 2s |
Tests Started | Nov 20, 2024 00:14:18 | Average Execution Time | 2s |
Tests Finished | Total Execution Time | 5s |
feature | Scenario | Context | Steps | Started | Total Duration | Result |
---|---|---|---|---|---|---|
Calculations | Adding numbers | 4 | 00:14:18 | 2s 753ms | ||
Calculations | Multiplying numbers | 4 | 00:14:20 | 2s 511ms |