refactor(e2e): replace HttpLibrary with RequestsLibrary

- Swap HttpLibrary for RequestsLibrary in common.resource
- Add robotframework-requests to requirements
- Remove backend health check from suite setup (setup moved to individual tests)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-05 19:11:36 +02:00
parent 481f32bb85
commit 17ba07b592
3 changed files with 178 additions and 5 deletions

View File

@@ -1,2 +1,3 @@
robotframework>=7
robotframework-browser>=18
robotframework-browser>=18
robotframework-requests>=0.9