kjhoerr / pantry

Kitchen organizer and planner
Other
0 stars 0 forks source link

Testing framework #18

Open kjhoerr opened 1 year ago

kjhoerr commented 1 year ago

https://playwright.dev/

kjhoerr commented 1 year ago

For the devcontainer, would need to be able to execute tests locally - https://hub.docker.com/_/microsoft-playwright

kjhoerr commented 1 year ago

Quinoa is also fairly locked in terms of Playwright support - currently only supports using Chromium based on its QuarkusPlaywrightManager. quarkiverse/quarkus-quinoa/issues/198

melloware commented 11 months ago

@kjhoerr i am thinking of making Playwright its own Quarkus extension so it can be configured and extended with normal testing configuration for multiple browsers etc.