@trackunit/iris-app-e2e 1.11.10 → 1.11.12

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 CHANGED
@@ -1,3 +1,15 @@
1
+ ## 1.11.12 (2026-06-02)
2
+
3
+ ### 🧱 Updated Dependencies
4
+
5
+ - Updated react-vite-test-setup to 0.0.13
6
+
7
+ ## 1.11.11 (2026-06-01)
8
+
9
+ ### 🧱 Updated Dependencies
10
+
11
+ - Updated react-vite-test-setup to 0.0.12
12
+
1
13
  ## 1.11.10 (2026-05-28)
2
14
 
3
15
  ### 🧱 Updated Dependencies
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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/iris-app-e2e",
3
- "version": "1.11.10",
3
+ "version": "1.11.12",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "generators": "./generators.json",