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
+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