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:
parent
eac87e8c9b
commit
3d8ccdf23d
2 changed files with 9 additions and 3 deletions
3
config/routes.json
Normal file
3
config/routes.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"/apps/image-builder*": { "url": "http://127.0.0.1:8003" }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue