-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add caching #179
base: main
Are you sure you want to change the base?
Add caching #179
Conversation
@gladyshcodes is attempting to deploy a commit to the Antiwork Team on Vercel. A member of the Team first needs to authorize it. |
One challenge is:
The function above retrieves normalized component string given X and Y coordinates. The reason it's implemented this way is that currently, Playwright does not support selecting DOM elements using coordinates (see this closed issue). The only way I have found was to use native document func. If you have any other ideas in mind, please suggest 👍 |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Would be nice to resolve the conflicts and then I can test your branch locally. |
@m2rads I have resolved conflicts now. You can check it out. |
Refinements / Improvements:
|
@gladyshcodes sorry we made some more changes. Please resolve the conflicts again and I will test soon. Thank you :) |
Hi there @m2rads. Those conflicts actually do not interfere with functionality added. I resolved them 👍 . |
Issue #124
This PR introduces basic caching mechanism to reduce costs and increase effectiveness of running test suites.
Performance Boost: Achieves an average speedup of 400%-600%, automations like "Find Lionel Messi Wikipedia page" now completing about 5x faster
Flow diagram
Note: This PR is WIP and still on early stage. It's there early to gather feedback. Future tests, refinements and enhancements will be made to make it reliable and even more performant