@trackunit/iris-app-e2e 1.11.10 → 1.11.11
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/CHANGELOG.md +6 -0
- package/README.md +4 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -217,6 +217,10 @@ Failed tests automatically generate HAR files for debugging:
|
|
|
217
217
|
|
|
218
218
|
The package includes comprehensive TypeScript definitions for all Cypress commands and configuration options. Your IDE will provide full autocomplete and type checking.
|
|
219
219
|
|
|
220
|
+
## See also
|
|
221
|
+
|
|
222
|
+
[`@trackunit/iris-app-playwright`](../iris-app-playwright/README.md) provides the same fixtures and helpers for Playwright-based E2E tests. Both libraries are supported; teams opt in to Playwright on their own schedule and both `e2e` (Cypress) and `e2e-pw` (Playwright) targets can coexist in the same project.
|
|
223
|
+
|
|
220
224
|
## Development
|
|
221
225
|
|
|
222
226
|
At this point this library is only developed by Trackunit Employees.
|