@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.
- package/README.md +8 -0
- 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