Skip to content

2.2.12

Compare
Choose a tag to compare
@josefd8 josefd8 released this 09 May 12:18
· 78 commits to master since this release
  • 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