v8.33.0
This release introduces new built-in browser commands.
🚀 Improvements
We've added two new commands:
You can use them to save the browser state (cookies, localStorage, sessionStorage) on one page and restore it on another. For example, you can log in once before all tests, save the state, and then in every new test simply restore the state instead of logging in again each time.