@serenity-js/playwright 3.0.0-rc.45 → 3.0.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 CHANGED
@@ -3,6 +3,14 @@
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.0.0](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.45...v3.0.0) (2023-03-23)
7
+
8
+ **Note:** Version bump only for package @serenity-js/playwright
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.0.0-rc.45](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.44...v3.0.0-rc.45) (2023-03-22)
7
15
 
8
16
 
package/README.md CHANGED
@@ -5,17 +5,12 @@
5
5
  [![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im)
6
6
  [![Support Serenity/JS on GitHub](https://img.shields.io/badge/Support-@serenity--js-703EC8?logo=github)](https://matrix.to/#/#serenity-js:gitter.im)
7
7
 
8
- [Serenity/JS](https://serenity-js.org) is a framework designed to make acceptance and regression testing
9
- of modern full-stack applications faster, more collaborative and easier to scale.
8
+ [Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing
9
+ of complex software systems faster, more collaborative and easier to scale.
10
10
 
11
- Visit [serenity-js.org](https://serenity-js.org/) for the [latest tutorials](https://serenity-js.org/handbook/)
12
- and [API docs](https://serenity-js.org/modules/), and follow [@SerenityJS](https://twitter.com/SerenityJS) and [@JanMolak](https://twitter.com/JanMolak) on Twitter for project updates.
11
+ To get started, check out the comprehensive [Serenity/JS Handbook](https://serenity-js.org/handbook), [API documentation](https://serenity-js.org/api/core), and [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates).
13
12
 
14
- ### Learning Serenity/JS
15
-
16
- To learn more about Serenity/JS, [follow the tutorial](https://serenity-js.org/handbook/thinking-in-serenity-js/index.html), [review the examples](https://github.com/serenity-js/serenity-js/tree/main/examples), and create your own test suite with [Serenity/JS template projects](https://github.com/serenity-js).
17
-
18
- If you have any questions, join us on the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im).
13
+ If you have any questions or just want to say hello, join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im).
19
14
 
20
15
  ## Serenity/JS Playwright
21
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@serenity-js/playwright",
3
- "version": "3.0.0-rc.45",
3
+ "version": "3.0.0",
4
4
  "description": "Serenity/JS Screenplay Pattern library for Playwright",
5
5
  "author": {
6
6
  "name": "Jan Molak",
@@ -43,8 +43,8 @@
43
43
  "npm": "^6 || ^7 || ^8 || ^9"
44
44
  },
45
45
  "dependencies": {
46
- "@serenity-js/core": "3.0.0-rc.45",
47
- "@serenity-js/web": "3.0.0-rc.45",
46
+ "@serenity-js/core": "3.0.0",
47
+ "@serenity-js/web": "3.0.0",
48
48
  "playwright-core": "^1.31.2",
49
49
  "tiny-types": "^1.19.1"
50
50
  },
@@ -58,5 +58,5 @@
58
58
  "ts-node": "^10.9.1",
59
59
  "typescript": "^4.9.5"
60
60
  },
61
- "gitHead": "4c5c6cdb30f726b51d1567862074bb6fa9b5aa66"
61
+ "gitHead": "1c2fffcabd725822e6c93fb4125f5830fa97f56d"
62
62
  }