playwright
playwright copied to clipboard
[Feature]: Run beforeEach/beforeAll before starting Recorder
🚀 Feature Request
Vs code extension that allows to pick locators on cursor and record scenario is so nice, but it will be nice to have a possibility to specify url there, or take url from playwrightConfig.
Example
Extension setting that will fetch playwrightConfig. Or option to directly set url.
Motivation
I need always to type URL, when want to use extension. And also cookies are fresh, so I need to log in to site each time opening recorder/picker
Adopting this issue to consider running beforeEach/beforeAll before starting the recorder. Under this scenario, you could put a page.goto(rootURL); in your beforeAll and the recorder will start at that location.
Why was this issue closed?
Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a manageable database, we prioritize issues based on these factors.
If you disagree with this closure, please open a new issue and reference this one. More support or clarity on its necessity may prompt a review. Your understanding and cooperation are appreciated.