An open API service indexing awesome lists of open source software.

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

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.