mirror of
https://github.com/microsoft/playwright-java.git
synced 2025-09-08 21:01:00 +00:00
chore: drop Java from project names (#121)
This commit is contained in:
parent
6243d1d3cf
commit
e8ff2bc210
@ -11,7 +11,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>api-generator</artifactId>
|
<artifactId>api-generator</artifactId>
|
||||||
<name>Playwright Java - API Generator</name>
|
<name>Playwright - API Generator</name>
|
||||||
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
|
<description>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,
|
Playwright is built to enable cross-browser web automation that is ever-green, capable,
|
||||||
reliable and fast.
|
reliable and fast.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>driver-bundle</artifactId>
|
<artifactId>driver-bundle</artifactId>
|
||||||
<name>Playwright Java - Drivers For All Platforms</name>
|
<name>Playwright - Drivers For All Platforms</name>
|
||||||
<description>
|
<description>
|
||||||
This module includes playwright-cli binary and related utilities for all supported platforms.
|
This module includes playwright-cli binary and related utilities for all supported platforms.
|
||||||
It is intended to be used on the systems where Playwright driver is not preinstalled.
|
It is intended to be used on the systems where Playwright driver is not preinstalled.
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>driver</artifactId>
|
<artifactId>driver</artifactId>
|
||||||
<name>Playwright Java - Driver</name>
|
<name>Playwright - Driver</name>
|
||||||
<description>
|
<description>
|
||||||
This module provides API for discovery and launching of playwright-cli binary.
|
This module provides API for discovery and launching of playwright-cli binary.
|
||||||
</description>
|
</description>
|
||||||
|
@ -11,12 +11,12 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>playwright</artifactId>
|
<artifactId>playwright</artifactId>
|
||||||
<name>Playwright Java - Main Library</name>
|
<name>Playwright - Main Library</name>
|
||||||
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
|
<description>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,
|
Playwright is built to enable cross-browser web automation that is ever-green, capable,
|
||||||
reliable and fast.
|
reliable and fast.
|
||||||
|
|
||||||
This is the main package that provides Playwright Java client.
|
This is the main package that provides Playwright client.
|
||||||
</description>
|
</description>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
2
pom.xml
2
pom.xml
@ -8,7 +8,7 @@
|
|||||||
<artifactId>parent-pom</artifactId>
|
<artifactId>parent-pom</artifactId>
|
||||||
<version>0.162.1-SNAPSHOT</version>
|
<version>0.162.1-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<name>Playwright Java</name>
|
<name>Playwright Parent Project</name>
|
||||||
<description>Java library to automate Chromium, Firefox and WebKit with a single API.
|
<description>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,
|
Playwright is built to enable cross-browser web automation that is ever-green, capable,
|
||||||
reliable and fast.
|
reliable and fast.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user