@chrryai/waffles 1.1.94 → 1.1.96
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 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,18 @@
|
|
|
1
1
|
# 🧇 Waffles
|
|
2
2
|
|
|
3
|
-
**Production-ready Playwright testing utilities
|
|
3
|
+
**Production-ready Playwright testing utilities for AI applications**
|
|
4
|
+
|
|
5
|
+
[](https://www.npmjs.com/package/@chrryai/waffles)
|
|
6
|
+
[](https://www.typescriptlang.org/)
|
|
7
|
+
[](LICENSE)
|
|
8
|
+
|
|
9
|
+
> Battle-tested helpers from [Vex](https://askvex.com) - A production AI platform with 6,813+ commits in 2025
|
|
10
|
+
|
|
11
|
+
---
|
|
4
12
|
|
|
5
13
|
## 🎯 Why Waffles?
|
|
6
14
|
|
|
7
|
-
Waffles provides a collection of battle-tested Playwright utilities that make E2E testing delightful. Born from real-world production testing at Vex, these helpers solve common testing challenges.
|
|
15
|
+
Waffles provides a collection of battle-tested Playwright utilities that make E2E testing delightful. Born from real-world production testing at Vex, these helpers solve common testing challenges like simulating user input, waiting for elements, and generating test data.
|
|
8
16
|
|
|
9
17
|
## ✨ Features
|
|
10
18
|
|