@chrryai/waffles 1.5.66 → 1.5.71
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 +2 -2
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -229,9 +229,9 @@ We welcome contributions! Waffles is extracted from Vex's production test suite,
|
|
|
229
229
|
|
|
230
230
|
## 🔗 Links
|
|
231
231
|
|
|
232
|
-
- [GitHub](https://github.
|
|
232
|
+
- [GitHub](https://github.comchrryAIwaffles)
|
|
233
233
|
- [npm](https://npmjs.com/package/@chrryai/waffles)
|
|
234
|
-
- [Issues](https://github.
|
|
234
|
+
- [Issues](https://github.comchrryAIwaffles/issues)
|
|
235
235
|
- [Vex - Powered by Waffles](https://vex.chrry.ai)
|
|
236
236
|
|
|
237
237
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chrryai/waffles",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.71",
|
|
4
4
|
"description": "Production-ready Playwright testing utilities and helpers for modern web apps",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -18,7 +18,8 @@
|
|
|
18
18
|
"LICENSE"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
-
"e2e": "
|
|
21
|
+
"e2e": "TEST_URL=http://localhost:3000 playwright test --project chromium",
|
|
22
|
+
"e": "cd .. && cd db && pnpm run s && cd ../waffles && TEST_URL=http://localhost:3000 playwright test --project chromium",
|
|
22
23
|
"build": "pnpm exec tsup",
|
|
23
24
|
"dev": "pnpm exec tsup --watch",
|
|
24
25
|
"lint": "eslint src"
|