Skip to content

Releases: elastic/es-test-runner-ruby

v0.13.0

05 Jun 10:26
Compare
Choose a tag to compare
  • Moves download tests file to Rakefile (namespace is unchanged).
  • Updates Elasticsearch Clients Tests repo URL.
  • Updates deleting files in path with boolean parameter:
def run(path, branch = 'main', delete: false)

v0.12.0

14 Jan 18:39
Compare
Choose a tag to compare

Check TEST_SUITE variable for serverless.

v0.11.0

12 Dec 16:37
Compare
Choose a tag to compare
  • Adds skipping tests.

v0.10.1

13 Nov 17:26
Compare
Choose a tag to compare
  • Creates directory for tests if it doesn't exist.

v0.10.0

13 Nov 15:48
Compare
Choose a tag to compare
  • Using tar.gz file for downloaded tests instead of zip file.
  • Updates logging and debug information. More information being logged for different levels of Logger.

v0.9.0

15 Aug 13:47
Compare
Choose a tag to compare
  • Better display of action and response when ENV['DEBUG'] is true.
  • Checks for more error types when catching exceptions.
  • Better matching for regular expressions.
  • Refactors set_param_variable for better substitution.

v0.8.0

14 Aug 15:33
Compare
Choose a tag to compare
  • Adds support for variable keys ($).

v0.7.0

08 Aug 12:56
Compare
Choose a tag to compare
  • Improves test (file) name display
  • Updates QUIET environment variable check

v0.6.0

07 Aug 08:25
Compare
Choose a tag to compare
  • Adds header support, headers can be specified for an action.
  • Show response in errors.

v0.5.0

30 Jul 15:10
Compare
Choose a tag to compare
  • Clears @response before running a new action
  • Fixes expected_exception? for failures