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:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -93,7 +93,4 @@ robot_results/*
|
||||
test_output/*
|
||||
test_results/*
|
||||
tests/robot/output/*
|
||||
tests/robot/results/log.html
|
||||
tests/robot/results/output.xml
|
||||
tests/robot/results/playwright-log.txt
|
||||
tests/robot/results/report.html
|
||||
tests/robot/results/*
|
||||
|
||||
Reference in New Issue
Block a user