Acerca de
The API Request Assertions skill provides a standardized framework for verifying that your application sends the correct requests during state-changing operations. It focuses on testing mutations such as POST, PUT, PATCH, and DELETE by capturing outgoing requests via a recordRequests utility. This allows developers to validate JSON payloads, HTTP methods, and URL pathnames, ensuring that form submissions and backend actions behave exactly as expected without the overhead of stateful mock APIs.