In my apps running on Spring Boot and tested with Playwright, I have used the pattern to launch cases using Spring Boot's testing conventions/utilities. Pretty much like described here:
https://vaadin.com/docs/latest/flow/testing/playwright#first-playwright-test
I wanted to use TestBench with similar setup (for its convenience), but that ended up being quite difficult and finally gave up. We should ensure it is possible (somehow I remember I have done that in the past, but I might be mistaken, anyways, LLMs have now ruined my perseverance) and document how it is done. Probably in our Spring Boot examples this should also be the default approach.
In my apps running on Spring Boot and tested with Playwright, I have used the pattern to launch cases using Spring Boot's testing conventions/utilities. Pretty much like described here:
https://vaadin.com/docs/latest/flow/testing/playwright#first-playwright-test
I wanted to use TestBench with similar setup (for its convenience), but that ended up being quite difficult and finally gave up. We should ensure it is possible (somehow I remember I have done that in the past, but I might be mistaken, anyways, LLMs have now ruined my perseverance) and document how it is done. Probably in our Spring Boot examples this should also be the default approach.