@mattermost/playwright-lib 11.4.0-0 → 11.4.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.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,14 @@ This library provides:
21
21
  npm install @mattermost/playwright-lib
22
22
  ```
23
23
 
24
+ ### Peer Dependencies
25
+
26
+ This library requires `@playwright/test` version 1.55.0 or higher:
27
+
28
+ ```bash
29
+ npm install @playwright/test@^1.55.0
30
+ ```
31
+
24
32
  ## Usage
25
33
 
26
34
  Basic example of logging in and posting a message:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mattermost/playwright-lib",
3
- "version": "11.4.0-0",
3
+ "version": "11.4.0",
4
4
  "description": "A comprehensive end-to-end testing library for Mattermost web, desktop and plugin applications using Playwright",
5
5
  "repository": {
6
6
  "type": "git",