Replace Talkback proxy with real API server #776
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: api
Related to the Django API
🧱 stack: frontend
Related to the Nuxt frontend
Problem
The Playwright tests currently use a Talkback proxy to simulate API calls. This is suboptimal and adds a lot of overhead for us to manage the tapes (which are essentially copies of the response the API can very well provide).
Description
Since we have images for the API being compiled inside the CI + CD workflow, we can replace the use of Talkback with the live API server. This will provide the following benefits:
The text was updated successfully, but these errors were encountered: