testit-adapter-mocha 3.4.0 → 3.4.2

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -78,7 +78,7 @@ TMS_PROJECT_ID=YourProjectId;
78
78
  TMS_CONFIGURATION_ID=YourConfigurationId;
79
79
  TMS_TEST_RUN_ID=TestRunId;
80
80
  TMS_TEST_RUN_NAME=TestRunName; # optional
81
- TMS_ADAPTER_MODE=0; # or 1, or 2
81
+ TMS_ADAPTER_MODE=1; # or 2
82
82
  TMS_CONFIG_FILE=pathToAnotherConfigFile; #optional
83
83
  TMS_AUTOMATIC_CREATION_TEST_CASES=false; # or true, optional
84
84
  TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES=false; # or true, optional
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testit-adapter-mocha",
3
- "version": "3.4.0",
3
+ "version": "3.4.2",
4
4
  "description": "Mocha adapter for Test IT",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/types.d.ts",
@@ -27,7 +27,7 @@
27
27
  "dependencies": {
28
28
  "mocha": "^10.2.0",
29
29
  "deasync-promise": "^1.0.1",
30
- "testit-js-commons": "3.4.0"
30
+ "testit-js-commons": "3.4.2"
31
31
  },
32
32
  "files": [
33
33
  "lib"