sealights-protractor-plugin 3.0.13 → 3.0.16

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
@@ -42,7 +42,7 @@ protractor protractor.conf.js --sl-tokenfile <path/to/token-file> --sl-buildses
42
42
  - labId - Pre-defined Sealights lab-id (optional)
43
43
  - proxy - Proxy server (optional)
44
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.
45
+ - prID - Identifies PR pipeline executions, allowing them to be distinguished from eachother and from other executions of the same test-stage.
46
46
 
47
47
  ## Author
48
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sealights-protractor-plugin",
3
- "version": "3.0.13",
3
+ "version": "3.0.16",
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.127",
30
+ "sealights-plugins-common": "^2.0.130",
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": "4f60c236bf4f4437a00c56b92407daac2f2b0169"
39
+ "gitHead": "51919f11db1f79accc688003758827a42acde9f4"
40
40
  }
@@ -1 +1 @@
1
- export declare const version = "3.0.13";
1
+ export declare const version = "3.0.16";
@@ -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.13";
4
+ exports.version = "3.0.16";
5
5
  //# sourceMappingURL=version.js.map