Skip to content

ishakulkarni011/Test_Script_Migrator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Script Migration

  1. Start the local LLM (Ollama)
  • Install Ollama
  • Pull a model:
    • ollama pull mistral
  • ollama serve
  • Ensure Ollama is running: http://localhost:11434
  1. Python setup pip install -r requirements.txt

  2. Run backend uvicorn app:app --reload Backend: http://127.0.0.1:8000

uvicorn app:app --reload --host 127.0.0.1 --port 8000

  1. Run UI streamlit run UI.py

Output Generated scripts saved in ./output

About

LLM-powered framework for migrating Protractor tests to Python Selenium using FastAPI, Streamlit, and a fully local open-source LLM.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages