@serenity-js/playwright-test 3.1.6 → 3.2.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/CHANGELOG.md +25 -0
- package/README.md +25 -7
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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.2.1](https://github.com/serenity-js/serenity-js/compare/v3.2.0...v3.2.1) (2023-05-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @serenity-js/playwright-test
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [3.2.0](https://github.com/serenity-js/serenity-js/compare/v3.1.6...v3.2.0) (2023-05-05)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* **core:** use "types" instead of "typings" in package.json files ([0696639](https://github.com/serenity-js/serenity-js/commit/0696639e6333e9d8ef24230928609664513ff244)), closes [#1682](https://github.com/serenity-js/serenity-js/issues/1682)
|
|
20
|
+
* **deps:** update playwright dependencies to ^1.33.0 ([e1cebc4](https://github.com/serenity-js/serenity-js/commit/e1cebc434eba9242c4bba33268ab48b76c486c5f))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
### Features
|
|
24
|
+
|
|
25
|
+
* **core:** introduced support for Node.js 20, dropped support for Node.js 14 ([d0f58a6](https://github.com/serenity-js/serenity-js/commit/d0f58a6ff1f03a4b7d9490af3c2ff33f2d1fef48)), closes [#1678](https://github.com/serenity-js/serenity-js/issues/1678)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
6
31
|
## [3.1.6](https://github.com/serenity-js/serenity-js/compare/v3.1.5...v3.1.6) (2023-04-18)
|
|
7
32
|
|
|
8
33
|
|
package/README.md
CHANGED
|
@@ -5,12 +5,19 @@
|
|
|
5
5
|
[](https://matrix.to/#/#serenity-js:gitter.im)
|
|
6
6
|
[](https://github.com/sponsors/serenity-js)
|
|
7
7
|
|
|
8
|
-
[Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing
|
|
8
|
+
[Serenity/JS](https://serenity-js.org) is an innovative open-source framework designed to make acceptance and regression testing
|
|
9
9
|
of complex software systems faster, more collaborative and easier to scale.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
⭐️ Get started with Serenity/JS!
|
|
12
|
+
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario),
|
|
13
|
+
- [API documentation](https://serenity-js.org/api/core),
|
|
14
|
+
- [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
|
|
12
15
|
|
|
13
|
-
|
|
16
|
+
👋 Join the Serenity/JS Community!
|
|
17
|
+
- Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im),
|
|
18
|
+
- Find answers to your Serenity/JS questions on the [Serenity/JS Forum](https://github.com/orgs/serenity-js/discussions/categories/how-do-i),
|
|
19
|
+
- Learn how to [contribute to Serenity/JS](https://serenity-js.org/contributing),
|
|
20
|
+
- Support the project and gain access to [Serenity/JS Playbooks](https://github.com/serenity-js/playbooks) by becoming a [Serenity/JS GitHub Sponsor](https://github.com/sponsors/serenity-js)!
|
|
14
21
|
|
|
15
22
|
## Serenity/JS Playwright Test
|
|
16
23
|
|
|
@@ -265,9 +272,20 @@ Note that Serenity/JS reporters work well with the built-in [Playwright reporter
|
|
|
265
272
|
You can find a reference implementation demonstrating how to integrate Serenity/JS with Playwright Test in the [Serenity/JS
|
|
266
273
|
GitHub repository](https://github.com/serenity-js/serenity-js/tree/main/examples/playwright-test-todomvc).
|
|
267
274
|
|
|
268
|
-
##
|
|
275
|
+
## 📣 Stay up to date
|
|
269
276
|
|
|
270
|
-
New features, tutorials, and demos are coming soon
|
|
277
|
+
New features, tutorials, and demos are coming soon!
|
|
278
|
+
Follow [Serenity/JS on LinkedIn](https://www.linkedin.com/company/serenity-js),
|
|
279
|
+
subscribe to [Serenity/JS channel on YouTube](https://www.youtube.com/@serenity-js) and join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im) to stay up to date!
|
|
280
|
+
Please also make sure to star ⭐️ [Serenity/JS on GitHub](https://github.com/serenity-js/serenity-js) to help others discover the framework!
|
|
271
281
|
|
|
272
|
-
|
|
273
|
-
|
|
282
|
+
[](https://www.linkedin.com/company/serenity-js)
|
|
283
|
+
[](https://www.youtube.com/@serenity-js)
|
|
284
|
+
[](https://matrix.to/#/#serenity-js:gitter.im)
|
|
285
|
+
[](https://github.com/serenity-js/serenity-js)
|
|
286
|
+
|
|
287
|
+
## 💛 Support Serenity/JS
|
|
288
|
+
|
|
289
|
+
If you appreciate all the effort that goes into making sophisticated tools easy to work with, please support our work and become a Serenity/JS GitHub Sponsor today!
|
|
290
|
+
|
|
291
|
+
[](https://github.com/sponsors/serenity-js)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@serenity-js/playwright-test",
|
|
3
|
-
"version": "3.1
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "Serenity/JS reporter and test APIs for Playwright Test",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Jan Molak",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"access": "public"
|
|
17
17
|
},
|
|
18
18
|
"main": "lib/index.js",
|
|
19
|
-
"
|
|
19
|
+
"types": "./lib/index.d.ts",
|
|
20
20
|
"keywords": [
|
|
21
21
|
"serenity-js",
|
|
22
22
|
"playwright",
|
|
@@ -28,7 +28,8 @@
|
|
|
28
28
|
],
|
|
29
29
|
"scripts": {
|
|
30
30
|
"clean": "rimraf target",
|
|
31
|
-
"~test": "
|
|
31
|
+
"~test": "c8 npm run test:no-coverage",
|
|
32
|
+
"~test:no-coverage": "playwright test",
|
|
32
33
|
"compile": "rimraf lib && tsc --project tsconfig.build.json"
|
|
33
34
|
},
|
|
34
35
|
"repository": {
|
|
@@ -40,26 +41,25 @@
|
|
|
40
41
|
"url": "https://github.com/serenity-js/serenity-js/issues"
|
|
41
42
|
},
|
|
42
43
|
"engines": {
|
|
43
|
-
"node": "^
|
|
44
|
-
"npm": "^6 || ^7 || ^8 || ^9"
|
|
44
|
+
"node": "^16.13 || ^18.12 || ^20"
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
|
-
"@playwright/test": "^1.
|
|
48
|
-
"@serenity-js/core": "3.1
|
|
49
|
-
"@serenity-js/playwright": "3.1
|
|
50
|
-
"@serenity-js/web": "3.1
|
|
47
|
+
"@playwright/test": "^1.33.0",
|
|
48
|
+
"@serenity-js/core": "3.2.1",
|
|
49
|
+
"@serenity-js/playwright": "3.2.1",
|
|
50
|
+
"@serenity-js/web": "3.2.1",
|
|
51
51
|
"deepmerge": "^4.3.1",
|
|
52
52
|
"tiny-types": "^1.19.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@integration/testing-tools": "3.0.0",
|
|
56
|
-
"@types/chai": "^4.3.
|
|
56
|
+
"@types/chai": "^4.3.5",
|
|
57
57
|
"@types/mocha": "^10.0.1",
|
|
58
|
+
"c8": "7.13.0",
|
|
58
59
|
"mocha": "^10.2.0",
|
|
59
60
|
"mocha-multi": "^1.1.7",
|
|
60
|
-
"nyc": "15.1.0",
|
|
61
61
|
"ts-node": "^10.9.1",
|
|
62
62
|
"typescript": "^5.0.4"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "9a5a77e6e966c827c0331699bef34326905c16b6"
|
|
65
65
|
}
|