I am the maintainer of https://github.com/Lakitna/robotframework-cache
This is a library that allows you to cache values across test runs. I have used the library very successfully to speed up my Selenium-based test suites.
I find the library is especially useful to:
- cache API auth tokens
- cache auth cookies
- cache expensive computations
I am the maintainer of https://github.com/Lakitna/robotframework-cache
This is a library that allows you to cache values across test runs. I have used the library very successfully to speed up my Selenium-based test suites.
I find the library is especially useful to: