@serenity-js/playwright-test
Advanced tools
Comparing version 3.0.0-rc.45 to 3.0.0
@@ -6,2 +6,10 @@ # Change Log | ||
# [3.0.0](https://github.com/serenity-js/serenity-js/compare/v3.0.0-rc.45...v3.0.0) (2023-03-23) | ||
**Note:** Version bump only for package @serenity-js/playwright-test | ||
# [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) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@serenity-js/playwright-test", | ||
"version": "3.0.0-rc.45", | ||
"version": "3.0.0", | ||
"description": "Serenity/JS reporter and test APIs for Playwright Test", | ||
@@ -48,5 +48,5 @@ "author": { | ||
"@playwright/test": "^1.31.2", | ||
"@serenity-js/core": "3.0.0-rc.45", | ||
"@serenity-js/playwright": "3.0.0-rc.45", | ||
"@serenity-js/web": "3.0.0-rc.45", | ||
"@serenity-js/core": "3.0.0", | ||
"@serenity-js/playwright": "3.0.0", | ||
"@serenity-js/web": "3.0.0", | ||
"deepmerge": "^4.3.1", | ||
@@ -65,3 +65,3 @@ "tiny-types": "^1.19.1" | ||
}, | ||
"gitHead": "4c5c6cdb30f726b51d1567862074bb6fa9b5aa66" | ||
"gitHead": "1c2fffcabd725822e6c93fb4125f5830fa97f56d" | ||
} |
@@ -1,3 +0,1 @@ | ||
_** This README is for Serenity/JS version 3.0-RC. Some links might not work yet as we're working on getting the new website and API docs ready. Thanks for your patience and support! **_ | ||
# Serenity/JS | ||
@@ -10,14 +8,9 @@ | ||
[Serenity/JS](https://serenity-js.org) is a framework designed to make acceptance and regression testing | ||
of modern full-stack applications faster, more collaborative and easier to scale. | ||
[Serenity/JS](https://serenity-js.org) is an innovative framework designed to make acceptance and regression testing | ||
of complex software systems faster, more collaborative and easier to scale. | ||
Visit [serenity-js.org](https://serenity-js.org/) for the [latest tutorials](https://serenity-js.org/handbook/) | ||
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. | ||
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). | ||
### Learning Serenity/JS | ||
If you have any questions or just want to say hello, join the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im). | ||
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 using the [Serenity/JS template projects](https://github.com/serenity-js). | ||
If you have any questions, join us on the [Serenity/JS Community Chat](https://matrix.to/#/#serenity-js:gitter.im). | ||
## Serenity/JS Playwright Test | ||
@@ -97,3 +90,3 @@ | ||
import { describe, it, test } from '@serenity-js/playwright-test' // import fixtures | ||
import { Navigate, Page } from '@serenity-js/playwright' // import Screenplay Pattern Web APIs | ||
import { Navigate, Page } from '@serenity-js/playwright' // import Screenplay Pattern web APIs | ||
import { Ensure, equals } from '@serenity-js/assertions' // import Screenplay Pattern assertion APIs | ||
@@ -100,0 +93,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
148157
274
+ Added@serenity-js/assertions@3.0.0(transitive)
+ Added@serenity-js/core@3.0.0(transitive)
+ Added@serenity-js/playwright@3.0.0(transitive)
+ Added@serenity-js/web@3.0.0(transitive)
- Removed@serenity-js/assertions@3.0.0-rc.45(transitive)
- Removed@serenity-js/core@3.0.0-rc.45(transitive)
- Removed@serenity-js/playwright@3.0.0-rc.45(transitive)
- Removed@serenity-js/web@3.0.0-rc.45(transitive)
Updated@serenity-js/core@3.0.0
Updated@serenity-js/web@3.0.0