fix(robot): resolve suite setup hangs and RF7 syntax errors

- Replace blocking Run Process with Start Process for uvicorn server
- Fix RF7 IF condition syntax: ${status_code} → $status_code
- Add bash wrapper script for reliable conda env server startup
- Add Create Anonymous Session to suite setup for health check polling
- Simplify .gitignore for robot results
This commit is contained in:
2026-06-23 20:25:47 +02:00
parent 572aa0fc78
commit b5e2ba4ac4
4 changed files with 11 additions and 11 deletions

View File

@@ -9,6 +9,7 @@ Resource ${CURDIR}/resources/common.resource
Suite Setup Run Keywords
... Start Aniworld Server
... AND Create Anonymous Session
... AND Wait For Server
... AND Initialize Browser