feat: update playwright 1.60.0-noble

This commit is contained in:
arch3rPro
2026-05-26 03:38:50 +08:00
parent e6ee97698b
commit fbf47cfd60
7 changed files with 4 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/bash
echo "🎭 Setting up Playwright Test Environment..."
# 确保目录存在
mkdir -p tests test-results
# 安装依赖
echo "📦 Installing dependencies..."
npm install
# 安装 Playwright 浏览器
echo "🌐 Installing Playwright browsers..."
npx playwright install
# 启动服务器
echo "🚀 Starting Playwright server..."
node server.js