build: add testing proxy to playwright CI

This PR switches the playwright test in CI to use the consoledot testing
proxy instead of the development one in fec. This should result in
faster and more stable tests.
This commit is contained in:
Dominik Vagner 2025-05-20 15:06:33 +02:00 committed by Klara Simickova
parent eac87e8c9b
commit 3d8ccdf23d
2 changed files with 9 additions and 3 deletions

3
config/routes.json Normal file
View file

@ -0,0 +1,3 @@
{
"/apps/image-builder*": { "url": "http://127.0.0.1:8003" }
}