fagun18's picture
Upload setup.sh with huggingface_hub
0738408 verified
raw
history blame
331 Bytes
#!/bin/bash
# Setup script for Hugging Face Spaces
# This installs Playwright browsers in headless mode
echo "🚀 Setting up Fagun Browser Automation Testing Agent..."
# Install Playwright browsers
echo "📥 Installing Playwright browsers..."
playwright install chromium
playwright install firefox
echo "✅ Setup complete!"