Adapt enabling of continuous testing to new DEV UI #732
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adapts enabling of continuous testing to new DEV UI added by quarkusio/quarkus#32491.
HtmlUnit doesn't handle Vaadin correctly (likely because of
importmaps
), I decided to use PlayWright as Phillip Krüger suggested that's what he eventually plans to use and Aleš Justin also experiments with it: https://quarkusio.zulipchat.com/#narrow/stream/187038-dev/topic/Testing.20in.20Dev.20UIIt turned out that HtmlUnit dependency brought in also Apache Commons utils we used in past, however I could easily avoid using this dependency (they are just simple util methods), so I dropped it from here. If anyone needs this in the future (e.g. in TS etc.), they should add it directly and only the dependency they really need.
Please check the relevant options
run tests
phrase in comment)Checklist: