dougnoel / sentinel

A Selenium/Appium framework that enables users to focus on automating web and windows tests, so that automated tests can be written in a non-technical way in the same amount of time as manual tests can be executed.
Apache License 2.0
11 stars 13 forks source link

Add support for storing the previous response body, and comparing against a stored value #485

Open tyBouch opened 1 year ago

tyBouch commented 1 year ago

As a user I'd like to be able to store the previous API call's response body, and to be able to compare it to previously stored data from other sources which may not be fully controlled.

To tell when differences have been made due to a different call, or when values want to be checked against a front end value.