Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 20:25
c46a20c

Changes

🚀 Features

  • TMS-31: Removed the use of the api-client in the Mocha adapter package. Added the use of the strategy from the commons package. @PavelButuzov (#81)
  • TMS-32: Removed the use of the api-client in the Cucumber adapter package. Added the use of the strategy from the commons package. @PavelButuzov (#81)
  • TMS-33: Removed the use of the api-client in the Jest adapter package. Added the use of the strategy from the commons package. @PavelButuzov (#81)
  • TMS-34: Removed the use of the api-client in the CodeceptJS adapter package. Added the use of the strategy from the commons package. @PavelButuzov (#81)
  • TMS-28784: support filters from the testit-cli package. @PavelButuzov (#81)
  • fix adapter for cucumber (don't skip the test if tags.externalId is undefined, take into tags information from feature). @SergeyD999 (#65)