@testomatio/reporter 1.6.3-beta-artifacts-4 → 1.6.3

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.
@@ -52,7 +52,7 @@ class DataStorage {
52
52
 
53
53
  context = context || this.context || testRunnerHelper.getNameOfCurrentlyRunningTest();
54
54
  if (!context) {
55
- debug(`No context provided for "${dataType}" data:`, data);
55
+ // debug(`No context provided for "${dataType}" data:`, data);
56
56
  return;
57
57
  }
58
58
  const contextHash = stringToMD5Hash(context);
@@ -101,7 +101,7 @@ class DataStorage {
101
101
  if (testDataFromFile.length) {
102
102
  return testDataFromFile;
103
103
  }
104
- debug(`No "${dataType}" data for context "${contextHash}" in both file and global variable`);
104
+ // debug(`No "${dataType}" data for context "${contextHash}" in both file and global variable`);
105
105
 
106
106
  // in case no data found for context
107
107
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@testomatio/reporter",
3
- "version": "1.6.3-beta-artifacts-4",
3
+ "version": "1.6.3",
4
4
  "description": "Testomatio Reporter Client",
5
5
  "main": "./lib/reporter.js",
6
6
  "typings": "typings/index.d.ts",