Karta.py Karta.py is a port of Karta test automation framework to python. Setup Use Pip or Venv pip install -r requirements.txt Check sample tests python sampletests.py Start Server Dev mode fastapi dev framework/server/main.py Start Server Prod mode fastapi run framework/server/main.py