@atomic-testing/playwright 0.55.6 → 0.56.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 +10 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,14 @@
1
1
  # @atomic-testing/playwright
2
2
 
3
- [![NPM version](https://img.shields.io/npm/v/@atomic-testing/playwright.svg?style=flat)](https://www.npmjs.com/package/@atomic-testing/playwright) ![NPM license](https://img.shields.io/npm/l/@atomic-testing/playwright.svg?style=flat)
3
+ [![NPM version](https://img.shields.io/npm/v/@atomic-testing/playwright.svg?style=flat)](https://www.npmjs.com/package/@atomic-testing/playwright)
4
+ ![NPM license](https://img.shields.io/npm/l/@atomic-testing/playwright.svg?style=flat)
4
5
 
5
- Playwright integration for atomic-testing.
6
+ This package connects Atomic Testing with [Playwright](https://playwright.dev) so you can write cross-framework UI tests.
6
7
 
7
- Learn more at [https://atomic-testing.dev/](https://atomic-testing.dev/)
8
+ ## Installation
9
+
10
+ ```bash
11
+ pnpm add @atomic-testing/playwright
12
+ ```
13
+
14
+ See the [docs](https://atomic-testing.dev/) for configuration and usage details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atomic-testing/playwright",
3
- "version": "0.55.6",
3
+ "version": "0.56.0",
4
4
  "description": "Atomic Testing Playwright Adapter",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -17,8 +17,8 @@
17
17
  "directory": "packages/playwright"
18
18
  },
19
19
  "dependencies": {
20
- "@atomic-testing/core": "0.55.6",
21
- "@atomic-testing/test-runner": "0.55.6"
20
+ "@atomic-testing/core": "0.56.0",
21
+ "@atomic-testing/test-runner": "0.56.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@playwright/test": "^1.51.1",