This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/main by this push:
     new bfcfd361cc enable all selenium tests (#8158)
bfcfd361cc is described below

commit bfcfd361cc859bb6fe0cf97c7b8ba01758c94217
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Fri Aug 28 23:29:45 2026 +0200

    enable all selenium tests (#8158)
---
 web-tests/pom.xml                                          | 14 --------------
 .../org/apache/hop/web/it/TransformDialogSweepTest.java    |  6 ++----
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/web-tests/pom.xml b/web-tests/pom.xml
index a5ae28c9dc..e8e1e62271 100644
--- a/web-tests/pom.xml
+++ b/web-tests/pom.xml
@@ -33,8 +33,6 @@
         <hopweb.browser>auto</hopweb.browser>
         
<hopweb.browserImage>selenium/standalone-chrome:4.47.0</hopweb.browserImage>
         <hopweb.build>false</hopweb.build>
-        <hopweb.excludedGroups>full</hopweb.excludedGroups>
-        <hopweb.groups></hopweb.groups>
         <hopweb.headless>true</hopweb.headless>
         <hopweb.image>apache/hop-web:Development</hopweb.image>
         <hopweb.pull>true</hopweb.pull>
@@ -84,8 +82,6 @@
                         <id>default-test</id>
                         <configuration>
                             
<argLine>-Dfile.encoding=${project.build.sourceEncoding}</argLine>
-                            <groups>${hopweb.groups}</groups>
-                            
<excludedGroups>${hopweb.excludedGroups}</excludedGroups>
                             <trimStackTrace>false</trimStackTrace>
                             <systemPropertyVariables>
                                 <hopweb.image>${hopweb.image}</hopweb.image>
@@ -112,14 +108,4 @@
             </plugin>
         </plugins>
     </build>
-
-    <profiles>
-        <profile>
-            <id>webtest-full</id>
-            <properties>
-                <hopweb.excludedGroups></hopweb.excludedGroups>
-                <hopweb.groups>full</hopweb.groups>
-            </properties>
-        </profile>
-    </profiles>
 </project>
diff --git 
a/web-tests/src/test/java/org/apache/hop/web/it/TransformDialogSweepTest.java 
b/web-tests/src/test/java/org/apache/hop/web/it/TransformDialogSweepTest.java
index 5a1c11a67d..55009d0f63 100644
--- 
a/web-tests/src/test/java/org/apache/hop/web/it/TransformDialogSweepTest.java
+++ 
b/web-tests/src/test/java/org/apache/hop/web/it/TransformDialogSweepTest.java
@@ -25,7 +25,6 @@ import org.apache.hop.web.it.pages.PipelineGraphPage;
 import org.junit.jupiter.api.BeforeAll;
 import org.junit.jupiter.api.BeforeEach;
 import org.junit.jupiter.api.DisplayName;
-import org.junit.jupiter.api.Tag;
 import org.junit.jupiter.params.ParameterizedTest;
 import org.junit.jupiter.params.provider.CsvFileSource;
 
@@ -33,10 +32,9 @@ import org.junit.jupiter.params.provider.CsvFileSource;
  * Adds every transform in transforms.csv to a pipeline, opens its dialog, 
closes it and removes it
  * again.
  *
- * <p>Tagged {@code full} because it takes the better part of an hour: the 
daily job runs {@link
- * HopWebSmokeTest} instead and this sweep is started explicitly with {@code 
mvn -Pwebtest-full}.
+ * <p>Around eleven minutes for the whole palette, which the daily job pays: a 
dialog that stopped
+ * opening is worth knowing about the next morning rather than whenever 
somebody thinks to look.
  */
-@Tag("full")
 @DisplayName("Transform dialogs")
 class TransformDialogSweepTest extends HopWebTestBase {
 

Reply via email to