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 +1 -1
- package/package.json +3 -3
- package/tsOutputs/lib/version.d.ts +1 -1
- package/tsOutputs/lib/version.js +1 -1
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
|
-
-
|
|
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.
|
|
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.
|
|
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": "
|
|
39
|
+
"gitHead": "51919f11db1f79accc688003758827a42acde9f4"
|
|
40
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "3.0.
|
|
1
|
+
export declare const version = "3.0.16";
|
package/tsOutputs/lib/version.js
CHANGED