From b4abc8174bb4f952930cdc4c181818e51f5bf721 Mon Sep 17 00:00:00 2001 From: atomicgamedev Date: Fri, 20 Sep 2024 13:44:34 +0200 Subject: [PATCH] Add Traeffik note to readme again --- client/test/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/test/README.md b/client/test/README.md index aa4fabc14..c87a8ad14 100644 --- a/client/test/README.md +++ b/client/test/README.md @@ -32,9 +32,9 @@ if (typeof window !== 'undefined') { ``` The `yarn install` and `yarn config:test` need to be run before `yarn test:e2e:ext` -can be run successfully. Also note that if you are deploying the server with -Traeffik, the tests will fail due to the additionally required Gitlab -authorization. +can be run successfully. Also note that if you are deploying the client +application with Traeffik forward authorization, the tests will fail due to +the additionally required Gitlab authorization. ## Playwright