You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated step so Rest client from rest assured is not initialized using a port if the user does not specify one
Removed unnecessary reference to RestGSpec from BigDataGSpec
Completely removed async-http-client to make Rest requests. Now GingerSpec only uses rest-assured internally
Created a new format to automatically generate features documentation (WIP)
Added a step for saving the number of rows returned in the last SQL query in a variable for future use in the scenario
Added a new step to verify the number of rows returned by an SQL query
ReplacementAspect feature was reorganized and more examples were added
EnvPropertyLookup can now also read the env variable from a previously saved variable in the same scenario, not only from CLI variables
GingerSpec now performs variable replacement in the SQL files before executing the query in the database
Multiples improvements in the rest steps. The method for getting the value of a json element given the jsonpath was modified to use the one that comes pre-bumdled in rest-assured. Several bug fixes and improvements in the log messages when there's an assertion error. Feature for rest steps was revamped with more examples and use cases