How to Clear Cache files in Cypress ?
How to Clear all cache files in Cypress:-
Main Reason of cache clear is to make Cypress more fast.
Step 1:
Run Cypress in Open mode.
Step 2:
Click on file.
Step 3:
Click on View App Data.
Step 4:
Select all files (Ctrl+A).
Step 5:
Delete all files (Shift+Delete).
Your all Cache files are deleted . Now Open Your Cypress again & Now it will be more fast than previous.



Comments
Post a Comment