Route | Methode | Bedeutung |
---|---|---|
http://Hostname:3110/tl2qft/library_names | GET | Returns QFT-Libraries read from a Repository |
http://Hostname:3110/tl2qft/testcase/{id}/{version}/{includes} | GET | Requests creation of a testcase |
{
"id": str: External ID of Testcase to be created,
"version": int: Testfall-Version: 1-100,
"includes": list[str]: Optional, Libraries to include in .qft-File
}
- Install libraries from requirements.txt-File
- Fill in specific paths in config.json and TestlinkApplication-files
- run using "python backend.py"