quarkiverse / quarkus-playwright

Playwright enables reliable end-to-end testing for modern web apps
https://playwright.dev/
Apache License 2.0
6 stars 1 forks source link

Stable release #26

Closed kucharzyk closed 2 months ago

kucharzyk commented 6 months ago

quarks-playwright is working very well in my application - it's stable and not causing any issues. But version 0.0.1 indicates its early stage of experimental plugin that might be not developed in the future.

Do you have any plans to mark it as stable and release version 1.0.0?

kucharzyk commented 6 months ago

This extension should be also published and visible on code.quarkus.io

melloware commented 6 months ago

@kucharzyk yep they were waiting on a Quarkus Core fix to allow this library to be published as a testing only library.

ia3andy commented 6 months ago

I guess next version can be 1.0.0 and stable.

melloware commented 2 months ago

@ia3andy can this be listed on Extensions docs now have they fixed the issue with Test only components? If so I can work on updating the Dev UI Card for this if it will also be able to listed in the DevUI as an extension?

ia3andy commented 2 months ago

@melloware no, there is no easy way to allow this to be shown as an extension, because it's not an extension per say. Maybe we need to find a way for them to be in the registry as tooling dependencies or something..

cc @aloubyansky @gastaldi

gastaldi commented 2 months ago

@ia3andy why not transform this into an extension? Regardless if it's used only in testing, making it an extension would solve all the issues around tooling AFAIK

ia3andy commented 2 months ago

@ia3andy why not transform this into an extension? Regardless if it's used only in testing, making it an extension would solve all the issues around tooling AFAIK

It's not possible, it won't compile, because of a restriction on dependencies