-
Notifications
You must be signed in to change notification settings - Fork 2
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
Playwright in Quarkus Native (not for E2E testing) #68
Comments
I bet since its marked as a Test component its gets compiled out? But go ahead and just try it and let us know? |
@ia3andy mentioned here: #26 (comment)
But i would like to verify? |
@all-contributors add @thomaswiradikusuma for idea |
I've put up a pull request to add @thomaswiradikusuma! 🎉 |
OK I have it working as a runtime: #95 Next is trying to make it work in Native mode. |
@melloware I went to other direction (I use JavaScript and made it a micro service hehe), but I'll be happy to test this. I think with GenAI, more and more people require scraping capability. |
Ok got it working. Just waiting on some feedback from other devs before merging it. |
@thomaswiradikusuma 2.0.0 is in Maven Central and I would love some feedback on your GraalVM testing to see if I missed anything. |
I understand that Quarkus supports Playwright for E2E testing, but I want to use it for web scraping. Specifically, I want to deploy Native Quarkus which uses Playwright to scrape websites.
Is this supported by this plugin? Does it work when compiled to Native?
The text was updated successfully, but these errors were encountered: