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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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)