sealights-protractor-plugin 2.0.112 → 3.0.1
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
|
@@ -1,7 +1,11 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Sealights Protractor Plugin
|
|
2
2
|
|
|
3
3
|
This is the **sealights** plugin for [Protractor](https://www.protractortest.org).
|
|
4
4
|
|
|
5
|
+
> ⚠️ **Important notice about Protractor's deprecation**
|
|
6
|
+
> The Protractor test framework has been officially **deprecated** by the Angular team and reached end-of-life in **Summer 2023**. To learn more, read the formal announcement on the [Angular blog](https://goo.gle/state-of-e2e-in-angular).
|
|
7
|
+
> **sealights-protractor-plugin remains maintained**, but any issues that originate from the Protractor framework itself will **not** be fixed. Consider migrating to a modern, actively supported end-to-end testing solution.
|
|
8
|
+
|
|
5
9
|
## Install
|
|
6
10
|
|
|
7
11
|
```
|
|
@@ -34,5 +38,6 @@ protractor protractor.conf.js --sl-tokenfile <path/to/token-file> --sl-buildses
|
|
|
34
38
|
* testStage - Test stage current tests are relates to
|
|
35
39
|
* labId - Pre-defined Sealights lab-id (optional)
|
|
36
40
|
* proxy - Proxy server (optional)
|
|
41
|
+
|
|
37
42
|
## Author
|
|
38
43
|
Sealights
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sealights-protractor-plugin",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "
|
|
5
|
-
"author": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
|
+
"description": "Sealights Protractor integration plugin",
|
|
5
|
+
"author": "Kristijan Stefanoski <k.stefanoski@ext.tricentis.com>",
|
|
6
6
|
"homepage": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript#readme",
|
|
7
7
|
"license": "ISC",
|
|
8
8
|
"main": "tsOutputs/lib/index.js",
|
|
@@ -27,12 +27,14 @@
|
|
|
27
27
|
"url": "https://github.com/Sealights/SL.OnPremis.Plugins.JavaScript/issues"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"
|
|
31
|
-
"sealights-plugins-common": "^2.0.112",
|
|
30
|
+
"sealights-plugins-common": "^2.0.117",
|
|
32
31
|
"typescript": "^4.4.4"
|
|
33
32
|
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"protractor": ">=5.2.2 <8"
|
|
35
|
+
},
|
|
34
36
|
"devDependencies": {
|
|
35
37
|
"mocha": "^9.1.3"
|
|
36
38
|
},
|
|
37
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "72fdbad7f88ced546c4c95b33fa50f8d0de5ce4b"
|
|
38
40
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "
|
|
1
|
+
export declare const version = "3.0.1";
|
package/tsOutputs/lib/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../lib/version.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG,OAAO,CAAC"}
|