From e39cae7575ba615e6a2ab58574141bd1ce26e899 Mon Sep 17 00:00:00 2001 From: Melloware Date: Thu, 24 Oct 2024 13:30:35 -0400 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 754ca15..e3b62bc 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,16 @@ Easily create effective cross-browsers e2e tests for your Quarkus web-app using All the information you need to use Quarkus Playwright is in the [user documentation](https://docs.quarkiverse.io/quarkus-playwright/dev/). ## Usage - +Add to pom.xml: +```xml + + io.quarkiverse.playwright + quarkus-playwright + ${playwright.version} + test + +``` +Write your tests: ````java @QuarkusTest @WithPlaywright @@ -73,4 +82,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d -This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!