testcafe-reporter-testit 3.2.1-TMS-5.3 → 3.2.2-TMS-CLOUD

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 +6 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -35,9 +35,10 @@ npm install testcafe-reporter-testit
35
35
  "configurationId": "CONFIGURATION_ID",
36
36
  "testRunId": "TEST_RUN_ID",
37
37
  "testRunName": "TEST_RUN_NAME",
38
- "adapterMode": ADAPTER_MODE,
39
- "automaticCreationTestCases": AUTOMATIC_CREATION_TEST_CASES,
40
- "automaticUpdationLinksToTestCases": AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES
38
+ "adapterMode": 0, 1 or 2,
39
+ "automaticCreationTestCases": true or false (optional variable),
40
+ "certValidation": true or false (optional variable),
41
+ "automaticUpdationLinksToTestCases": true or false (optional variable)
41
42
  }
42
43
  ```
43
44
 
@@ -56,6 +57,8 @@ TMS_AUTOMATIC_CREATION_TEST_CASES=false; # or true, optional
56
57
  TMS_AUTOMATIC_UPDATION_LINKS_TO_TEST_CASES=false; # or true, optional
57
58
  ```
58
59
 
60
+ Keep in mind that ".env" file will be a priority for adapter.
61
+
59
62
  ### Parallel run
60
63
  To create and complete TestRun you can use the Test IT CLI (use adapterMode 1 for parallel run):
61
64
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testcafe-reporter-testit",
3
- "version": "3.2.1-TMS-5.3",
3
+ "version": "3.2.2-TMS-CLOUD",
4
4
  "description": "TestCafe adapter for Test IT",
5
5
  "keywords": [],
6
6
  "author": {
@@ -42,6 +42,6 @@
42
42
  "testcafe": "^3.0.1"
43
43
  },
44
44
  "dependencies": {
45
- "testit-js-commons": "3.2.1-TMS-5.3"
45
+ "testit-js-commons": "3.2.2-TMS-CLOUD"
46
46
  }
47
47
  }