Spaces:
Running
Running
| # 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!" | |