Preparations: caching user access tokens
These can't be read with a webdriver, as it is a security feature of GitLab not to display them, that's why we where creating new ones for each session. Storing them in a cache file will help making the session startup time shorter. This is especially useful if launching a few tests repeatedly or with the tests that have to redo the preparations after an instance restart.
Loading
Please register or sign in to comment