🎉 Added new form testing tools and examples to the backend 📚

This commit is contained in:
2025-06-18 07:24:27 +02:00
parent f06c882c5a
commit 9a03e52209
5 changed files with 3673 additions and 0 deletions

View File

@@ -0,0 +1,37 @@
# Flask HTML-Formular Test Automator - Dependencies
# =================================================
# Browser-Automation (Haupt-Abhängigkeit)
playwright>=1.40.0
# Test-Daten-Generierung
faker>=20.1.0
# HTML-Parsing
beautifulsoup4>=4.12.0
# Rich Console-Ausgabe (optional, aber empfohlen)
rich>=13.7.0
# Zusätzliche nützliche Libraries
# --------------------------------
# Für erweiterte Bild-Verarbeitung (optional)
# Pillow>=10.1.0
# Für JSON-Schema-Validierung (optional)
# jsonschema>=4.20.0
# Für HTTP-Requests außerhalb von Playwright (optional)
# requests>=2.31.0
# Für Datenbank-Tests (optional)
# sqlalchemy>=2.0.0
# Für CSV/Excel-Export (optional)
# pandas>=2.1.0
# openpyxl>=3.1.0
# Installation:
# pip install -r requirements_form_tester.txt
# playwright install chromium firefox webkit