🎉 Added new form testing tools and examples to the backend 📚
This commit is contained in:
37
backend/requirements_form_tester.txt
Normal file
37
backend/requirements_form_tester.txt
Normal 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
|
Reference in New Issue
Block a user