️(e2e) unique login between tests

We will cache the login token in the browser
storage and reuse it between tests.
This will speed up the tests and reduce the
load on the server.
This commit is contained in:
Anthony LC
2024-06-06 22:13:18 +02:00
committed by Anthony LC
parent b68015852c
commit 4e4e2e23e3
16 changed files with 149 additions and 53 deletions

View File

@@ -27,6 +27,7 @@ and this project adheres to
- 🔧 (helm) sticky session by request_uri for signaling server (#78)
- (frontend) change logo (#84)
- (frontend) pdf has title doc (#84)
- ⚡️(e2e) unique login between tests (#80)
## Fixed