Skip to content
  • Georges Racinet's avatar
    Preparations: caching user access tokens · 5f5ce18ee546
    Georges Racinet authored
    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.
    5f5ce18ee546