From 8f41343d6e2344900d54fcf8f4da7d4c8ee85837 Mon Sep 17 00:00:00 2001 From: Pavel Butuzov <73579433+PavelButuzov@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:10:47 +0300 Subject: [PATCH] feat: support TMS 5.2. (#79) Co-authored-by: pavel.butuzov --- README.md | 2 +- testcafe-reporter-testit/package.json | 4 ++-- testit-adapter-codecept/package.json | 4 ++-- testit-adapter-cucumber/package.json | 4 ++-- testit-adapter-jest/package.json | 4 ++-- testit-adapter-mocha/package.json | 4 ++-- testit-adapter-playwright/package.json | 4 ++-- testit-js-commons/package.json | 4 ++-- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 0886ce4..ca071e1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The repository contains new versions of adapters for JS test frameworks. | 4.0 | 1.1 | 1.1 | 1.1 | 1.1 | 2.0 | - | | 4.5 | 2.1 | 2.1 | 2.1 | 2.1 | 2.1 | - | | 5.0 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | 2.2 | - +| 5.2 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | 2.3 | Supported test frameworks : 1. [Cucumber](https://github.com/testit-tms/adapters-js/tree/main/testit-adapter-cucumber) diff --git a/testcafe-reporter-testit/package.json b/testcafe-reporter-testit/package.json index b4bca8c..9982537 100644 --- a/testcafe-reporter-testit/package.json +++ b/testcafe-reporter-testit/package.json @@ -1,6 +1,6 @@ { "name": "testcafe-reporter-testit", - "version": "2.2.6", + "version": "2.3.0", "description": "TestCafe adapter for Test IT", "keywords": [], "author": { @@ -42,6 +42,6 @@ "testcafe": "^3.0.1" }, "dependencies": { - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" } } \ No newline at end of file diff --git a/testit-adapter-codecept/package.json b/testit-adapter-codecept/package.json index fd0a49d..5cbcd65 100644 --- a/testit-adapter-codecept/package.json +++ b/testit-adapter-codecept/package.json @@ -1,6 +1,6 @@ { "name": "testit-adapter-codecept", - "version": "2.2.6", + "version": "2.3.0", "description": "Codecept adapter for Test IT", "keywords": [], "author": { @@ -15,7 +15,7 @@ "watch": "tsc -p tsconfig.json -w" }, "dependencies": { - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" }, "devDependencies": { "@codeceptjs/configure": "^0.10.0", diff --git a/testit-adapter-cucumber/package.json b/testit-adapter-cucumber/package.json index e826b7b..0372800 100644 --- a/testit-adapter-cucumber/package.json +++ b/testit-adapter-cucumber/package.json @@ -1,6 +1,6 @@ { "name": "testit-adapter-cucumber", - "version": "2.2.6", + "version": "2.3.0", "description": "Cucumber adapter for Test IT", "main": "dist/formatter.js", "scripts": { @@ -23,7 +23,7 @@ "dependencies": { "@cucumber/cucumber": "^7.3.1", "@cucumber/messages": "^17.1.1", - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" }, "devDependencies": { "@babel/preset-env": "^7.15.8", diff --git a/testit-adapter-jest/package.json b/testit-adapter-jest/package.json index 373f2c1..a702d33 100644 --- a/testit-adapter-jest/package.json +++ b/testit-adapter-jest/package.json @@ -1,6 +1,6 @@ { "name": "testit-adapter-jest", - "version": "2.2.6", + "version": "2.3.0", "description": "Jest adapter for Test IT", "main": "dist/testitEnvironment.js", "scripts": { @@ -16,7 +16,7 @@ "license": "ISC", "dependencies": { "debug": "^4.3.4", - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" }, "devDependencies": { "@types/debug": "^4.1.7", diff --git a/testit-adapter-mocha/package.json b/testit-adapter-mocha/package.json index 509e13e..fa17177 100644 --- a/testit-adapter-mocha/package.json +++ b/testit-adapter-mocha/package.json @@ -1,6 +1,6 @@ { "name": "testit-adapter-mocha", - "version": "2.2.6", + "version": "2.3.0", "description": "Mocha adapter for Test IT", "main": "lib/index.js", "types": "lib/types.d.ts", @@ -27,7 +27,7 @@ "dependencies": { "mocha": "^10.2.0", "deasync-promise": "^1.0.1", - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" }, "files": [ "lib" diff --git a/testit-adapter-playwright/package.json b/testit-adapter-playwright/package.json index b3b11b8..6490368 100644 --- a/testit-adapter-playwright/package.json +++ b/testit-adapter-playwright/package.json @@ -1,6 +1,6 @@ { "name": "testit-adapter-playwright", - "version": "2.2.6", + "version": "2.3.0", "description": "Playwright adapter for Test IT", "license": "Apache-2.0", "author": { @@ -40,7 +40,7 @@ "prettier": "^3.0.1" }, "dependencies": { - "testit-js-commons": "~2.2.6" + "testit-js-commons": "~2.3.0" }, "files": [ "dist" diff --git a/testit-js-commons/package.json b/testit-js-commons/package.json index 2f88c34..7becee9 100644 --- a/testit-js-commons/package.json +++ b/testit-js-commons/package.json @@ -1,6 +1,6 @@ { "name": "testit-js-commons", - "version": "2.2.6", + "version": "2.3.0", "description": "JavaScript commons for Test IT", "main": "lib/index.js", "types": "lib/index.d.ts", @@ -25,7 +25,7 @@ }, "dependencies": { "dotenv": "^16.0.3", - "testit-api-client": "~5.0.0" + "testit-api-client": "~5.1.0" }, "files": [ "lib"