sealights-protractor-plugin 3.0.4 → 3.0.6

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.
package/README.md CHANGED
@@ -41,6 +41,8 @@ protractor protractor.conf.js --sl-tokenfile <path/to/token-file> --sl-buildses
41
41
  - testStage - Test stage current tests are relates to
42
42
  - labId - Pre-defined Sealights lab-id (optional)
43
43
  - proxy - Proxy server (optional)
44
+ - testProjectId - Test project ID differentiates between different test stages with the same test stage name of different teams/products/etc.
45
+ - targetTestProjectId - Test project ID to set for PR builds. The target test-project-id will be used to the statistical-model used for recommendations.
44
46
 
45
47
  ## Author
46
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealights-protractor-plugin",
3
- "version": "3.0.4",
3
+ "version": "3.0.6",
4
4
  "description": "Sealights Protractor integration plugin",
5
5
  "author": "Kristijan Stefanoski <k.stefanoski@ext.tricentis.com>",
6
6
  "homepage": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript#readme",
@@ -27,7 +27,7 @@
27
27
  "url": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript/issues"
28
28
  },
29
29
  "dependencies": {
30
- "sealights-plugins-common": "^2.0.119",
30
+ "sealights-plugins-common": "^2.0.120",
31
31
  "typescript": "^4.4.4"
32
32
  },
33
33
  "peerDependencies": {
@@ -36,5 +36,5 @@
36
36
  "devDependencies": {
37
37
  "mocha": "^9.1.3"
38
38
  },
39
- "gitHead": "e60c5087a7ab39e26e527e99d119806b2002bfc7"
39
+ "gitHead": "a1d263d10429dc11db0f5baef865f5a2adfc2a2f"
40
40
  }
@@ -1 +1 @@
1
- export declare const version = "3.0.4";
1
+ export declare const version = "3.0.6";
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.version = void 0;
4
- exports.version = "3.0.4";
4
+ exports.version = "3.0.6";
5
5
  //# sourceMappingURL=version.js.map