feat(docs): add developer guide

This commit is contained in:
Elian Doran
2025-04-12 01:36:03 +03:00
parent 21e84dd95e
commit d2a1655de5
105 changed files with 7098 additions and 11 deletions

View File

@@ -0,0 +1,12 @@
# Setting up authentication
There is a setup test that stores the authentication token so that it can be reused throughout all the tests.
If tests fail due to being stuck on login, then it must be run.
To run it manually press “all” near the “Status:” text on top-left of the window
<figure class="image"><img src="1_Setting up authentication_.png"></figure>
Then check “setup” and look for `auth.setup.ts` and press its corresponding Run button:
<figure class="image"><img src="Setting up authentication_.png"></figure>