playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[Feature]: Run beforeEach/beforeAll before starting Recorder

Open Kendru98 opened this issue 9 months ago • 1 comments

🚀 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

Kendru98 avatar Jan 29 '25 09:01 Kendru98

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.

agg23 avatar Jan 29 '25 17:01 agg23

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.

pavelfeldman avatar Sep 04 '25 01:09 pavelfeldman