diff --git a/api-generator/pom.xml b/api-generator/pom.xml index 0479a73b..61ff4afe 100644 --- a/api-generator/pom.xml +++ b/api-generator/pom.xml @@ -11,7 +11,26 @@ api-generator - 1.0-SNAPSHOT + Playwright Java - API Generator + Java library to automate Chromium, Firefox and WebKit with a single API. + Playwright is built to enable cross-browser web automation that is ever-green, capable, + reliable and fast. + + This is an internal module used to generate Java API from the upstream Playwright + definitions. It's an internal development module not intended for external use. + + https://github.com/microsoft/playwright-java + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/microsoft/playwright-java.git + + diff --git a/driver/pom.xml b/driver/pom.xml index fd254274..991e0230 100644 --- a/driver/pom.xml +++ b/driver/pom.xml @@ -8,7 +8,28 @@ playwright-java 0.1-SNAPSHOT + driver + Playwright Java - Driver + Java library to automate Chromium, Firefox and WebKit with a single API. + Playwright is built to enable cross-browser web automation that is ever-green, capable, + reliable and fast. + + This module includes playwright-cli binary and related utilities. It is intended to be + used on the systems where Playwright driver is not preinstalled. + + https://github.com/microsoft/playwright-java + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/microsoft/playwright-java.git + + diff --git a/playwright/pom.xml b/playwright/pom.xml index ed051896..332b02b3 100644 --- a/playwright/pom.xml +++ b/playwright/pom.xml @@ -11,7 +11,24 @@ playwright - 0.1-SNAPSHOT + Playwright Java - Main Library + Java library to automate Chromium, Firefox and WebKit with a single API. + Playwright is built to enable cross-browser web automation that is ever-green, capable, + reliable and fast. + + This is the main package that provides Playwright Java client. + + https://github.com/microsoft/playwright-java + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + https://github.com/microsoft/playwright-java.git + @@ -26,7 +43,6 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 ${project.parent.basedir}/driver/src/main/resources/driver @@ -47,7 +63,6 @@ org.java-websocket Java-WebSocket - 1.5.1 test diff --git a/pom.xml b/pom.xml index 4ea44d97..1f6e6dd0 100644 --- a/pom.xml +++ b/pom.xml @@ -12,9 +12,10 @@ Java library to automate Chromium, Firefox and WebKit with a single API. Playwright is built to enable cross-browser web automation that is ever-green, capable, reliable and fast. + + This is the parent POM of the project. https://github.com/microsoft/playwright-java - Apache License, Version 2.0 @@ -22,7 +23,6 @@ repo - https://github.com/microsoft/playwright-java.git @@ -53,6 +53,12 @@ ${junit.version} test + + org.java-websocket + Java-WebSocket + 1.5.1 + test + @@ -90,6 +96,11 @@ --allow-script-in-comments + + org.apache.maven.plugins + maven-surefire-plugin + 3.0.0-M5 +