From c0d8553de99d662ff4f1eae310aaa70970437b64 Mon Sep 17 00:00:00 2001 From: melloware Date: Mon, 28 Oct 2024 11:16:38 -0400 Subject: [PATCH] Change category to web --- .../src/main/resources/META-INF/quarkus-extension.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 3378317..bbf526b 100644 --- a/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -1,5 +1,5 @@ name: Playwright -description: Playwright is an open-source automation library for browser testing and web scraping. +description: Playwright is an open-source automation library for end-to-end browser testing and web scraping. metadata: type: test keywords: @@ -9,10 +9,10 @@ metadata: - playwright - browser - screen-scraper - guide: https://quarkiverse.github.io/quarkiverse-docs/playwright/dev/ - icon-url: "https://playwright.dev/java/img/playwright-logo.svg" categories: - - "testing" + - "web" config: - "quarkus.playwright." + guide: https://quarkiverse.github.io/quarkiverse-docs/playwright/dev/ + icon-url: "https://playwright.dev/java/img/playwright-logo.svg" status: "stable" \ No newline at end of file