Lakitna / Lakitna/robotframework-cache
Cache through listener instead of keywords
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Instead of adding keywords to the beginning and ending of a keyword, cache by listener instead.
How this could work:
***keyword***
I Am Cached
[Tags] cached:3600
# Keyword implementation
The listener would cache the output of this keyword using the input arguments as key. The value would expire after 3600 seconds.
Pro
Very easy to implement
Con
Hard to figure out what's happening when you're not familiar with caching.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue describes a Robot Framework listener that caches keyword output using input arguments as the key and a cached:3600 tag for expiry. Start by locating the listener and keyword-tag handling in the repository, then determine how cached output should behave across tests and test runs. Done means the proposed listener-based caching behavior is implemented and its expiry and argument-key semantics are covered by tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- testing
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100