@atomic-testing/playwright 0.55.7 → 0.57.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 +10 -3
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,7 +1,14 @@
|
|
|
1
1
|
# @atomic-testing/playwright
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@atomic-testing/playwright)
|
|
3
|
+
[](https://www.npmjs.com/package/@atomic-testing/playwright)
|
|
4
|
+

|
|
4
5
|
|
|
5
|
-
Playwright
|
|
6
|
+
This package connects Atomic Testing with [Playwright](https://playwright.dev) so you can write cross-framework UI tests.
|
|
6
7
|
|
|
7
|
-
|
|
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.
|
|
3
|
+
"version": "0.57.0",
|
|
4
4
|
"description": "Atomic Testing Playwright Adapter",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"directory": "packages/playwright"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@atomic-testing/test-runner": "0.
|
|
21
|
-
"@atomic-testing/core": "0.
|
|
20
|
+
"@atomic-testing/test-runner": "0.57.0",
|
|
21
|
+
"@atomic-testing/core": "0.57.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@playwright/test": "^1.51.1",
|
|
25
|
-
"@types/node": "^22.
|
|
25
|
+
"@types/node": "^22.15.30",
|
|
26
26
|
"jest": "^29.7.0",
|
|
27
27
|
"typescript": "^5.8.3"
|
|
28
28
|
},
|