mirror of
https://github.com/sstent/foodplanner.git
synced 2025-12-06 08:01:47 +00:00
fix remove food, efit food. assed playwright tests
This commit is contained in:
18
package.json
Normal file
18
package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user