You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
changed the title
[Feature -pw-vscode-extension]: Have possibility to set Url for test recorder / locators picker
[Feature]: Run beforeEach/beforeAll before starting Recorder
Jan 29, 2025
🚀 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
The text was updated successfully, but these errors were encountered: