fix remove food, efit food. assed playwright tests

This commit is contained in:
2025-10-03 13:46:38 -07:00
parent 661dbdf0af
commit f931edf8dd
486 changed files with 148847 additions and 88 deletions

18
package.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "food-planner-tests",
"version": "1.0.0",
"description": "Playwright tests for Food Planner",
"main": "index.js",
"scripts": {
"test": "playwright test"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.44.0"
},
"dependencies": {
"playwright": "^1.55.1"
}
}