feat: update playwright 1.61.0-noble

This commit is contained in:
arch3rPro
2026-06-16 03:41:52 +08:00
parent 31b56cbdb2
commit ff3fecee45
7 changed files with 3 additions and 3 deletions
@@ -0,0 +1,17 @@
{
"name": "playwright-test-environment",
"version": "1.0.0",
"description": "Playwright test environment for 1Panel",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "playwright test"
},
"dependencies": {
"@playwright/test": "^1.55.0",
"express": "^4.18.2"
},
"keywords": ["playwright", "testing", "automation"],
"author": "1Panel-Appstore",
"license": "MIT"
}