37 lines
821 B
Plaintext
37 lines
821 B
Plaintext
# 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 |