Closed thomaswiradikusuma closed 1 week ago
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: https://github.com/quarkiverse/quarkus-playwright/issues/26#issuecomment-2122694441
It's not possible, it won't compile, because of a restriction on dependencies
But i would like to verify?
@all-contributors add @thomaswiradikusuma for idea
@melloware
I've put up a pull request to add @thomaswiradikusuma! :tada:
OK I have it working as a runtime: https://github.com/quarkiverse/quarkus-playwright/pull/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?