playwright-pytest icon indicating copy to clipboard operation
playwright-pytest copied to clipboard

Allow extending playwright capabilities

Open Formartha opened this issue 1 year ago • 1 comments

Hi,

The plugin is written without hookspec entry points, and as a result, it’s hard to modify it’s data.

for example, I want to implement saving data of tests to DB. It’s impossible without it.

I can suggest myself to work on it, if you’d like, else, I can fork the project and do it.

I saw the limitation in the source code of Playwright and I would love to help there as well.

Is that an option?

Thanks, Mor

Formartha avatar Mar 29 '24 14:03 Formartha

When would you like to save the data to the DB? Maybe its already possible as of today, since Pytest's fixture ecosystem is very flexible in terms of when you want to execute something.

Would it be possible to provide us a some code as an example?

mxschmitt avatar Apr 15 '24 20:04 mxschmitt

Closing as per above. Feel free to re-file with more details and a specific feature request.

mxschmitt avatar May 21 '24 08:05 mxschmitt