diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 73a858c8..fb3c4fbd 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
- name: Build with Maven
run: mvn -B package -D skipTests --no-transfer-progress
- name: Run tests
- run: mvn test --no-transfer-progress
+ run: mvn test --no-transfer-progress --fail-at-end
env:
BROWSER: ${{ matrix.browser }}
- name: Test Spring Boot Starter
@@ -85,7 +85,7 @@ jobs:
- name: Build with Maven
run: mvn -B package -D skipTests --no-transfer-progress
- name: Run tests
- run: mvn test --no-transfer-progress
+ run: mvn test --no-transfer-progress --fail-at-end
env:
BROWSER: chromium
BROWSER_CHANNEL: ${{ matrix.browser-channel }}
diff --git a/assertions/pom.xml b/assertions/pom.xml
index a0b16dee..529e0233 100644
--- a/assertions/pom.xml
+++ b/assertions/pom.xml
@@ -12,7 +12,7 @@
assertions
Playwright - Assertions
- This module provides AssertJ Matchers specific to Playwright.
+ This module provides Playwright assertions that will wait until the expected condition is met.
@@ -25,24 +25,13 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 8
- false
+ com.microsoft.playwright.assertions
+ com.microsoft.playwright.impl
-
-
- attach-javadocs
-
- jar
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
-
- true
-
diff --git a/driver-bundle/pom.xml b/driver-bundle/pom.xml
index 428b3159..5106b2fd 100644
--- a/driver-bundle/pom.xml
+++ b/driver-bundle/pom.xml
@@ -12,7 +12,7 @@
driver-bundle
Playwright - Drivers For All Platforms
- This module includes playwright-cli binary and related utilities for all supported platforms.
+ This module includes Playwright driver and related utilities for all supported platforms.
It is intended to be used on the systems where Playwright driver is not preinstalled.
@@ -28,18 +28,6 @@
org.apache.maven.plugins
maven-javadoc-plugin
-
- 8
- false
-
-
-
- attach-javadocs
-
- jar
-
-
-
org.apache.maven.plugins
diff --git a/driver/pom.xml b/driver/pom.xml
index f253b570..9f5bea38 100644
--- a/driver/pom.xml
+++ b/driver/pom.xml
@@ -12,7 +12,7 @@
driver
Playwright - Driver
- This module provides API for discovery and launching of playwright-cli binary.
+ This module provides API for discovery and launching of Playwright driver.
@@ -24,25 +24,10 @@
org.apache.maven.plugins
maven-javadoc-plugin
-
- 8
- false
-
-
-
- attach-javadocs
-
- jar
-
-
-
org.apache.maven.plugins
maven-surefire-plugin
-
- true
-
diff --git a/playwright/pom.xml b/playwright/pom.xml
index 0a123aac..9ed9bef7 100644
--- a/playwright/pom.xml
+++ b/playwright/pom.xml
@@ -31,17 +31,7 @@
com.microsoft.playwright
com.microsoft.playwright.impl
- --allow-script-in-comments
- false
-
-
- attach-javadocs
-
- jar
-
-
-
org.apache.maven.plugins
diff --git a/pom.xml b/pom.xml
index 8162e586..c79e1963 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,6 +116,18 @@
org.apache.maven.plugins
maven-javadoc-plugin
3.2.0
+
+ --allow-script-in-comments
+ false
+
+
+
+ attach-javadocs
+
+ jar
+
+
+
org.apache.maven.plugins
@@ -131,9 +143,8 @@
junit.jupiter.execution.parallel.config.dynamic.factor=0.5
-
- false
-
+ false
+ true