Skip to content

Commit

Permalink
feat: support TMS 5.2. (#79)
Browse files Browse the repository at this point in the history
Co-authored-by: pavel.butuzov <[email protected]>
  • Loading branch information
PavelButuzov and pavel.butuzov authored Nov 26, 2024
1 parent 7f78c72 commit 8f41343
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions testcafe-reporter-testit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testcafe-reporter-testit",
"version": "2.2.6",
"version": "2.3.0",
"description": "TestCafe adapter for Test IT",
"keywords": [],
"author": {
Expand Down Expand Up @@ -42,6 +42,6 @@
"testcafe": "^3.0.1"
},
"dependencies": {
"testit-js-commons": "~2.2.6"
"testit-js-commons": "~2.3.0"
}
}
4 changes: 2 additions & 2 deletions testit-adapter-codecept/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testit-adapter-codecept",
"version": "2.2.6",
"version": "2.3.0",
"description": "Codecept adapter for Test IT",
"keywords": [],
"author": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-cucumber/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-jest/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-mocha/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions testit-adapter-playwright/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -40,7 +40,7 @@
"prettier": "^3.0.1"
},
"dependencies": {
"testit-js-commons": "~2.2.6"
"testit-js-commons": "~2.3.0"
},
"files": [
"dist"
Expand Down
4 changes: 2 additions & 2 deletions testit-js-commons/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -25,7 +25,7 @@
},
"dependencies": {
"dotenv": "^16.0.3",
"testit-api-client": "~5.0.0"
"testit-api-client": "~5.1.0"
},
"files": [
"lib"
Expand Down

0 comments on commit 8f41343

Please sign in to comment.