Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow extending playwright capabilities #213

Closed
Formartha opened this issue Mar 29, 2024 · 2 comments
Closed

Allow extending playwright capabilities #213

Formartha opened this issue Mar 29, 2024 · 2 comments

Comments

@Formartha
Copy link

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

@mxschmitt
Copy link
Member

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants