@serenity-js/webdriverio 3.7.2 → 3.9.0
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/CHANGELOG.md +24 -0
- package/esm/index.d.ts +1 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/screenplay/abilities/BrowseTheWebWithWebdriverIO.d.ts +1 -0
- package/esm/screenplay/abilities/BrowseTheWebWithWebdriverIO.d.ts.map +1 -1
- package/esm/screenplay/abilities/BrowseTheWebWithWebdriverIO.js +1 -0
- package/esm/screenplay/abilities/BrowseTheWebWithWebdriverIO.js.map +1 -1
- package/lib/index.d.ts +1 -0
- package/lib/index.d.ts.map +1 -1
- package/lib/screenplay/abilities/BrowseTheWebWithWebdriverIO.d.ts +1 -0
- package/lib/screenplay/abilities/BrowseTheWebWithWebdriverIO.d.ts.map +1 -1
- package/lib/screenplay/abilities/BrowseTheWebWithWebdriverIO.js +1 -0
- package/lib/screenplay/abilities/BrowseTheWebWithWebdriverIO.js.map +1 -1
- package/package.json +15 -15
- package/src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts +1 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.9.0](https://github.com/serenity-js/serenity-js/compare/v3.8.0...v3.9.0) (2023-08-04)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/webdriverio
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.8.0](https://github.com/serenity-js/serenity-js/compare/v3.7.2...v3.8.0) (2023-08-01)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **webdriverio:** updated WebdriverIO to 8.13 ([b8916df](https://github.com/serenity-js/serenity-js/commit/b8916df65a18fd820578b1fd522f4e52119a79db))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **webdriverio:** support for WebdriverIO 8.14 ([27c5cec](https://github.com/serenity-js/serenity-js/commit/27c5cec56be405bd729ab6b69170645e582248f1))
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [3.7.2](https://github.com/serenity-js/serenity-js/compare/v3.7.1...v3.7.2) (2023-07-26)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @serenity-js/webdriverio
|
package/esm/index.d.ts
CHANGED
package/esm/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;;cAGU,MAAM,UACH,iBAAiB,SAClB,MAAM,EAAE,gBACD,aAAa,gBAAgB,YACjC,YAAY,GAAG,mBAAmB,GAAG,oBAAoB,GACpE,QAAQ;QAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;QAAC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;;cAGU,MAAM,UACH,iBAAiB,SAClB,MAAM,EAAE,gBACD,aAAa,gBAAgB,YACjC,YAAY,GAAG,mBAAmB,GAAG,oBAAoB,GACpE,QAAQ;QAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;QAAC,KAAK,MAAM,QAAQ,MAAM,CAAC,CAAA;KAAE,CAAC;;AAPvE,wBAkBE;AAEF,cAAc,UAAU,CAAC"}
|
|
@@ -11,6 +11,7 @@ import type { Browser, Element } from 'webdriverio';
|
|
|
11
11
|
* import { BrowseTheWebWithWebdriverIO } from '@serenity-js/webdriverio'
|
|
12
12
|
* import { By, Navigate, PageElement, Text } from '@serenity-js/web'
|
|
13
13
|
* import { Ensure, equals } from '@serenity-js/assertions'
|
|
14
|
+
* import { browser } from '@wdio/globals'
|
|
14
15
|
*
|
|
15
16
|
* const HomePage = {
|
|
16
17
|
* title: () =>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowseTheWebWithWebdriverIO.d.ts","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAIpD
|
|
1
|
+
{"version":3,"file":"BrowseTheWebWithWebdriverIO.d.ts","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,2BAA4B,SAAQ,YAAY,CAAC,OAAO,CAAC;IAElE,MAAM,CAAC,KAAK,CAAC,eAAe,EAAE,OAAO,GAAG,2BAA2B;CAGtE"}
|
|
@@ -11,6 +11,7 @@ import { WebdriverIOBrowsingSession } from '../models/index.js';
|
|
|
11
11
|
* import { BrowseTheWebWithWebdriverIO } from '@serenity-js/webdriverio'
|
|
12
12
|
* import { By, Navigate, PageElement, Text } from '@serenity-js/web'
|
|
13
13
|
* import { Ensure, equals } from '@serenity-js/assertions'
|
|
14
|
+
* import { browser } from '@wdio/globals'
|
|
14
15
|
*
|
|
15
16
|
* const HomePage = {
|
|
16
17
|
* title: () =>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowseTheWebWithWebdriverIO.js","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhD,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAEhE
|
|
1
|
+
{"version":3,"file":"BrowseTheWebWithWebdriverIO.js","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAGhD,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAEhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,OAAO,2BAA4B,SAAQ,YAAqB;IAElE,MAAM,CAAC,KAAK,CAAC,eAAwB;QACjC,OAAO,IAAI,2BAA2B,CAAC,IAAI,0BAA0B,CAAC,eAAe,CAAC,CAAC,CAAC;IAC5F,CAAC;CACJ"}
|
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;;cAGU,MAAM,UACH,iBAAiB,SAClB,MAAM,EAAE,gBACD,aAAa,gBAAgB,YACjC,YAAY,GAAG,mBAAmB,GAAG,oBAAoB,GACpE,QAAQ;QAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;QAAC,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAChD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AAE3C,OAAO,KAAK,EAAE,oBAAoB,EAAE,mBAAmB,EAAE,MAAM,6BAA6B,CAAC;AAC7F,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D;;GAEG;;cAGU,MAAM,UACH,iBAAiB,SAClB,MAAM,EAAE,gBACD,aAAa,gBAAgB,YACjC,YAAY,GAAG,mBAAmB,GAAG,oBAAoB,GACpE,QAAQ;QAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;QAAC,KAAK,MAAM,QAAQ,MAAM,CAAC,CAAA;KAAE,CAAC;;AAPvE,wBAkBE;AAEF,cAAc,UAAU,CAAC"}
|
|
@@ -11,6 +11,7 @@ import type { Browser, Element } from 'webdriverio';
|
|
|
11
11
|
* import { BrowseTheWebWithWebdriverIO } from '@serenity-js/webdriverio'
|
|
12
12
|
* import { By, Navigate, PageElement, Text } from '@serenity-js/web'
|
|
13
13
|
* import { Ensure, equals } from '@serenity-js/assertions'
|
|
14
|
+
* import { browser } from '@wdio/globals'
|
|
14
15
|
*
|
|
15
16
|
* const HomePage = {
|
|
16
17
|
* title: () =>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowseTheWebWithWebdriverIO.d.ts","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAIpD
|
|
1
|
+
{"version":3,"file":"BrowseTheWebWithWebdriverIO.d.ts","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,kBAAkB,CAAC;AAChD,OAAO,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AAIpD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,qBAAa,2BAA4B,SAAQ,YAAY,CAAC,OAAO,CAAC;IAElE,MAAM,CAAC,KAAK,CAAC,eAAe,EAAE,OAAO,GAAG,2BAA2B;CAGtE"}
|
|
@@ -14,6 +14,7 @@ const index_js_1 = require("../models/index.js");
|
|
|
14
14
|
* import { BrowseTheWebWithWebdriverIO } from '@serenity-js/webdriverio'
|
|
15
15
|
* import { By, Navigate, PageElement, Text } from '@serenity-js/web'
|
|
16
16
|
* import { Ensure, equals } from '@serenity-js/assertions'
|
|
17
|
+
* import { browser } from '@wdio/globals'
|
|
17
18
|
*
|
|
18
19
|
* const HomePage = {
|
|
19
20
|
* title: () =>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BrowseTheWebWithWebdriverIO.js","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":";;;AAAA,0CAAgD;AAGhD,iDAAgE;AAEhE
|
|
1
|
+
{"version":3,"file":"BrowseTheWebWithWebdriverIO.js","sourceRoot":"","sources":["../../../src/screenplay/abilities/BrowseTheWebWithWebdriverIO.ts"],"names":[],"mappings":";;;AAAA,0CAAgD;AAGhD,iDAAgE;AAEhE;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAa,2BAA4B,SAAQ,kBAAqB;IAElE,MAAM,CAAC,KAAK,CAAC,eAAwB;QACjC,OAAO,IAAI,2BAA2B,CAAC,IAAI,qCAA0B,CAAC,eAAe,CAAC,CAAC,CAAC;IAC5F,CAAC;CACJ;AALD,kEAKC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/webdriverio",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "Serenity/JS reporter and Screenplay Pattern library for WebdriverIO",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -64,9 +64,9 @@
|
|
|
64
64
|
"node": "^16.13 || ^18.12 || ^20"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@serenity-js/core": "3.
|
|
68
|
-
"@serenity-js/web": "3.
|
|
69
|
-
"@wdio/reporter": "
|
|
67
|
+
"@serenity-js/core": "3.9.0",
|
|
68
|
+
"@serenity-js/web": "3.9.0",
|
|
69
|
+
"@wdio/reporter": "8.14.0",
|
|
70
70
|
"deepmerge": "^4.3.1",
|
|
71
71
|
"tiny-types": "^1.20.0"
|
|
72
72
|
},
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"@serenity-js/cucumber": "^3.0.0",
|
|
75
75
|
"@serenity-js/jasmine": "^3.0.0",
|
|
76
76
|
"@serenity-js/mocha": "^3.0.0",
|
|
77
|
-
"@wdio/cli": "^8.
|
|
78
|
-
"webdriverio": "^8.
|
|
77
|
+
"@wdio/cli": "^8.14.4",
|
|
78
|
+
"webdriverio": "^8.14.3"
|
|
79
79
|
},
|
|
80
80
|
"peerDependenciesMeta": {
|
|
81
81
|
"@serenity-js/cucumber": {
|
|
@@ -91,21 +91,21 @@
|
|
|
91
91
|
"devDependencies": {
|
|
92
92
|
"@integration/testing-tools": "3.0.0",
|
|
93
93
|
"@types/mocha": "^10.0.1",
|
|
94
|
-
"@wdio/cli": "8.
|
|
95
|
-
"@wdio/devtools-service": "8.
|
|
96
|
-
"@wdio/dot-reporter": "8.
|
|
97
|
-
"@wdio/local-runner": "8.
|
|
98
|
-
"@wdio/spec-reporter": "8.
|
|
99
|
-
"@wdio/types": "8.
|
|
94
|
+
"@wdio/cli": "8.14.4",
|
|
95
|
+
"@wdio/devtools-service": "8.14.3",
|
|
96
|
+
"@wdio/dot-reporter": "8.14.0",
|
|
97
|
+
"@wdio/local-runner": "8.14.3",
|
|
98
|
+
"@wdio/spec-reporter": "8.14.0",
|
|
99
|
+
"@wdio/types": "8.14.0",
|
|
100
100
|
"axios": "^1.4.0",
|
|
101
101
|
"c8": "8.0.1",
|
|
102
102
|
"cross-env": "^7.0.3",
|
|
103
103
|
"mocha": "^10.2.0",
|
|
104
104
|
"mocha-multi": "^1.1.7",
|
|
105
105
|
"mocha-testdata": "^1.2.0",
|
|
106
|
-
"puppeteer-core": "^20.
|
|
106
|
+
"puppeteer-core": "^20.9.0",
|
|
107
107
|
"start-server-and-test": "^2.0.0",
|
|
108
|
-
"webdriverio": "8.
|
|
108
|
+
"webdriverio": "8.14.3"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "9e882e469e9c6b1617e6f645b999036ba249478b"
|
|
111
111
|
}
|
|
@@ -14,6 +14,7 @@ import { WebdriverIOBrowsingSession } from '../models/index.js';
|
|
|
14
14
|
* import { BrowseTheWebWithWebdriverIO } from '@serenity-js/webdriverio'
|
|
15
15
|
* import { By, Navigate, PageElement, Text } from '@serenity-js/web'
|
|
16
16
|
* import { Ensure, equals } from '@serenity-js/assertions'
|
|
17
|
+
* import { browser } from '@wdio/globals'
|
|
17
18
|
*
|
|
18
19
|
* const HomePage = {
|
|
19
20
|
* title: () =>
|