@serenity-js/playwright-test
Advanced tools
Comparing version 3.1.6 to 3.2.0
@@ -6,2 +6,19 @@ # Change Log | ||
# [3.2.0](https://github.com/serenity-js/serenity-js/compare/v3.1.6...v3.2.0) (2023-05-05) | ||
### Bug Fixes | ||
* **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) | ||
* **deps:** update playwright dependencies to ^1.33.0 ([e1cebc4](https://github.com/serenity-js/serenity-js/commit/e1cebc434eba9242c4bba33268ab48b76c486c5f)) | ||
### Features | ||
* **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) | ||
## [3.1.6](https://github.com/serenity-js/serenity-js/compare/v3.1.5...v3.1.6) (2023-04-18) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@serenity-js/playwright-test", | ||
"version": "3.1.6", | ||
"version": "3.2.0", | ||
"description": "Serenity/JS reporter and test APIs for Playwright Test", | ||
@@ -19,3 +19,3 @@ "author": { | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"types": "./lib/index.d.ts", | ||
"keywords": [ | ||
@@ -32,3 +32,4 @@ "serenity-js", | ||
"clean": "rimraf target", | ||
"~test": "nyc playwright test", | ||
"~test": "c8 npm run test:no-coverage", | ||
"~test:no-coverage": "playwright test", | ||
"compile": "rimraf lib && tsc --project tsconfig.build.json" | ||
@@ -45,10 +46,9 @@ }, | ||
"engines": { | ||
"node": "^14 || ^16 || ^18", | ||
"npm": "^6 || ^7 || ^8 || ^9" | ||
"node": "^16.13 || ^18.12 || ^20" | ||
}, | ||
"dependencies": { | ||
"@playwright/test": "^1.32.3", | ||
"@serenity-js/core": "3.1.6", | ||
"@serenity-js/playwright": "3.1.6", | ||
"@serenity-js/web": "3.1.6", | ||
"@playwright/test": "^1.33.0", | ||
"@serenity-js/core": "3.2.0", | ||
"@serenity-js/playwright": "3.2.0", | ||
"@serenity-js/web": "3.2.0", | ||
"deepmerge": "^4.3.1", | ||
@@ -61,9 +61,9 @@ "tiny-types": "^1.19.1" | ||
"@types/mocha": "^10.0.1", | ||
"c8": "7.13.0", | ||
"mocha": "^10.2.0", | ||
"mocha-multi": "^1.1.7", | ||
"nyc": "15.1.0", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^5.0.4" | ||
}, | ||
"gitHead": "825ecf4f0dd507e78da8b0634f659ecd3ddfb976" | ||
"gitHead": "e69cea764f50991c3ad742f28926b4345b3e2422" | ||
} |
@@ -8,8 +8,15 @@ # Serenity/JS | ||
[Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing | ||
[Serenity/JS](https://serenity-js.org) is an innovative open-source framework designed to make acceptance and regression testing | ||
of complex software systems faster, more collaborative and easier to scale. | ||
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). | ||
⭐️ Get started with Serenity/JS! | ||
- [Serenity/JS Handbook](https://serenity-js.org/handbook) and [tutorial](https://serenity-js.org/handbook/web-testing/your-first-web-scenario), | ||
- [API documentation](https://serenity-js.org/api/core), | ||
- [Serenity/JS project templates on GitHub](https://serenity-js.org/handbook/getting-started#serenityjs-project-templates). | ||
If you have any questions or just want to say hello, join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im). | ||
👋 Join the Serenity/JS Community! | ||
- Meet other Serenity/JS developers and maintainers on the [Serenity/JS Community chat channel](https://matrix.to/#/#serenity-js:gitter.im), | ||
- Find answers to your Serenity/JS questions on the [Serenity/JS Forum](https://github.com/orgs/serenity-js/discussions/categories/how-do-i), | ||
- Learn how to [contribute to Serenity/JS](https://serenity-js.org/contributing), | ||
- 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)! | ||
@@ -269,7 +276,18 @@ ## Serenity/JS Playwright Test | ||
## More coming soon! | ||
## 📣 Stay up to date | ||
New features, tutorials, and demos are coming soon, so follow us on [LinkedIn](https://www.linkedin.com/company/serenity-js) and join the [Serenity/JS Community Chat channel](https://matrix.to/#/#serenity-js:gitter.im) to stay up to date! | ||
New features, tutorials, and demos are coming soon! | ||
Follow [Serenity/JS on LinkedIn](https://www.linkedin.com/company/serenity-js), | ||
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! | ||
Please also make sure to star ⭐️ [Serenity/JS on GitHub](https://github.com/serenity-js/serenity-js) to help others discover the framework! | ||
If you enjoy using Serenity/JS and would like to keep new features coming, become our [GitHub Sponsor](https://github.com/sponsors/serenity-js) | ||
and donate as much or as little as you find appropriate. | ||
[![Follow Serenity/JS on LinkedIn](https://img.shields.io/badge/Follow-Serenity%2FJS%20-0077B5?logo=linkedin)](https://www.linkedin.com/company/serenity-js) | ||
[![Watch Serenity/JS on YouTube](https://img.shields.io/badge/Watch-@serenity--js-E62117?logo=youtube)](https://www.youtube.com/@serenity-js) | ||
[![Join Serenity/JS Community Chat](https://img.shields.io/badge/Chat-Serenity%2FJS%20Community-FBD30B?logo=matrix)](https://matrix.to/#/#serenity-js:gitter.im) | ||
[![GitHub stars](https://img.shields.io/github/stars/serenity-js/serenity-js?label=Serenity%2FJS&logo=github&style=badge)](https://github.com/serenity-js/serenity-js) | ||
## 💛 Support Serenity/JS | ||
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! | ||
[![GitHub Sponsors](https://img.shields.io/badge/Support%20@serenity%2FJS-703EC8?style=for-the-badge&logo=github&logoColor=white)](https://github.com/sponsors/serenity-js) |
154325
292
+ Added@serenity-js/assertions@3.2.0(transitive)
+ Added@serenity-js/core@3.2.0(transitive)
+ Added@serenity-js/playwright@3.2.0(transitive)
+ Added@serenity-js/web@3.2.0(transitive)
- Removed@serenity-js/assertions@3.1.6(transitive)
- Removed@serenity-js/core@3.1.6(transitive)
- Removed@serenity-js/playwright@3.1.6(transitive)
- Removed@serenity-js/web@3.1.6(transitive)
Updated@playwright/test@^1.33.0
Updated@serenity-js/core@3.2.0
Updated@serenity-js/web@3.2.0