testit-adapter-codecept 2.1.8 → 2.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -12,7 +12,7 @@ npm install testit-adapter-codecept
12
12
 
13
13
  ### Configuration
14
14
 
15
- | Description | Property | Environment variable | CLI argument |
15
+ | Description | File property | Environment variable | CLI argument |
16
16
  |----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------|-----------------------------------|-------------------------------|
17
17
  | Location of the TMS instance | url | TMS_URL | tmsUrl |
18
18
  | API secret key [How to getting API secret key?](https://github.com/testit-tms/.github/tree/main/configuration#privatetoken) | privateToken | TMS_PRIVATE_TOKEN | tmsPrivateToken |
@@ -86,7 +86,7 @@ Create .env config or file config with default name tms.config.json in the root
86
86
  ```
87
87
 
88
88
  #### Parallel run
89
- To create and complete TestRun you can use the Test IT CLI:
89
+ To create and complete TestRun you can use the Test IT CLI (use adapterMode 1 for parallel run):
90
90
 
91
91
  ```
92
92
  $ export TMS_TOKEN=<YOUR_TOKEN>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-codecept",
3
- "version": "2.1.8",
3
+ "version": "2.2.1",
4
4
  "description": "Codecept adapter for Test IT",
5
5
  "keywords": [],
6
6
  "author": {
@@ -15,7 +15,7 @@
15
15
  "watch": "tsc -p tsconfig.json -w"
16
16
  },
17
17
  "dependencies": {
18
- "testit-js-commons": "~2.1.8"
18
+ "testit-js-commons": "~2.2.1"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@codeceptjs/configure": "^0.10.0",