Skip to content

v1.2.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@yesnault yesnault released this 04 May 09:48
· 48 commits to master since this release
5b6a4bb

What's Changed

  • feat(executor/dbfixtures): add support for sqlite3 by @etandel in #613
  • feat(executor/mongo): mongo executor by @Thiht in #601
  • feat(executor/mongo): add "loadFixtures" action by @Thiht in #653
  • feat: VENOM_PRESERVE_CASE default ON by @yesnault in #570
  • refactor(executor/imap): rewrite whole imap executor to add new commands by @tomadele in #611
  • fix(executor/exec): panic on cmd.Start error by @fehrnah in #623
  • fix: avoid nil pointer dereference in ShouldContain assertions by @iamleot in #615
  • fix: TestSuiteXML is missing the Time property by @ivan-velasco in #627
  • feat: removed result from testcase variables and removed errors warning and info from non verbose runs by @kilianpaquier in #617
  • fix: revert #617 by @yesnault in #636
  • chore(deps): bump libs by @yesnault in #644
  • fix(http): preserve BodyFile absolute path by @fsamin in #635
  • chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 by @dependabot in #647
  • chore(deps): bump google.golang.org/protobuf from 1.29.0 to 1.29.1 in /tests/grpc by @dependabot in #646
  • feat:(executor/kafka) Added an option to allow self-signed certs by @Armadindon in #648
  • feat: show latest assertions errors in case of retry + added number of retries when success by @kilianpaquier in #616
  • string interpolation by @fokion in #656
  • refactor(executor/web) - Refactoring by @kevinramage in #551
  • feat(executor/http): feat: allow specifying query parameters by @guoweis-outreach in #629

New Contributors

Full Changelog: v1.1.0...v1.2.0-beta.1