Serenity/JS with Mocha
Home > Requirements > Math-js API
Report generated 28-06-2025 14:24

Feature: Math-js API

Scenarios

Apisitt sends a request to calculate 2 + 2

Apisitt ensures that the body of the last response does equal 4

Apisitt sends a request to calculate 2 + 2, 5 - 3

Apisitt ensures that the body of the last response does equal { result: [ "4", "2" ], error: null }

Feature Coverage By Scenario

Test Outcomes

Test Performance

Key Statistics

Number of Scenarios 2 Total Duration 0ms
Total Number of Test Cases 2 Fastest Test 202ms
Number of Manual Test Cases 0 Slowest Test 444ms
Tests Started Jun 28, 2025 14:24:46 Average Execution Time 323ms
Tests Finished Total Execution Time 646ms

Automated Tests

feature Scenario Context Steps Started Total Duration Result
Math-js API GET /v4/?expr supports calculating a single expression 2 14:24:46 444ms SUCCESS
Math-js API POST /v4 supports calculating multiple expressions in one request 2 14:24:46 202ms SUCCESS

Manual Tests

No manual tests were recorded
Serenity BDD version 4.2.34