https://github.com/eva-kaushik/tc-generator-flask-ui
https://github.com/eva-kaushik/tc-generator-flask-ui
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eva-kaushik/tc-generator-flask-ui
- Owner: Eva-Kaushik
- Created: 2025-01-23T15:20:37.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-23T15:37:01.000Z (9 months ago)
- Last Synced: 2025-01-23T16:34:00.434Z (9 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TCGenerator
app.py: Set up Flask routes to handle user input and file uploads.predict.py: Modify to return a pandas DataFrame for test cases.
index.html (Frontend): The user interface for inputting user stories, acceptance criteria, or uploading an Excel file.
download.html (Frontend): A page to display download links for the generated test case and code files.
predict_new.py: Handles reading Excel files and generates BDD feature files and Java code from the data.
result.html: Displays the generated test cases, BDD features, and Java code, with download links for the results.
requirements.txt: All necessary dependencies are listed, including Flask, OpenAI, pandas, openpyxl, and others.
Templates: HTML templates for input forms, file uploads, and download links.