summaryrefslogtreecommitdiffstats
path: root/uitest/pom.xml
diff options
context:
space:
mode:
authorAnna Koskinen <Ansku@users.noreply.github.com>2021-03-26 16:37:44 +0200
committerGitHub <noreply@github.com>2021-03-26 16:37:44 +0200
commitc1dcafe7ff69fb5497bef82225ebb872260acf39 (patch)
treea7f1ef8a83604a544fc1636a361d9835298c3382 /uitest/pom.xml
parent3a9f6be2002ac2f8f6d5568517e6b4009d2518d8 (diff)
downloadvaadin-framework-c1dcafe7ff69fb5497bef82225ebb872260acf39.tar.gz
vaadin-framework-c1dcafe7ff69fb5497bef82225ebb872260acf39.zip
Include compatibility tests in validation builds (#12250)
Diffstat (limited to 'uitest/pom.xml')
-rw-r--r--uitest/pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/uitest/pom.xml b/uitest/pom.xml
index 0dd06d073e..8b8d4be645 100644
--- a/uitest/pom.xml
+++ b/uitest/pom.xml
@@ -308,6 +308,17 @@
</configuration>
<executions>
<execution>
+ <id>compatibility</id>
+ <configuration>
+ <includes>
+ <include>**/LimitedTB3TestsCompatibility.java</include>
+ </includes>
+ </configuration>
+ <goals>
+ <goal>integration-test</goal>
+ </goals>
+ </execution>
+ <execution>
<id>no-components</id>
<configuration>
<includes>
@@ -344,6 +355,7 @@
<id>verify</id>
<configuration>
<includes>
+ <include>**/LimitedTB3TestsCompatibility.java</include>
<include>**/LimitedTB3TestsNonComponent.java</include>
<include>**/LimitedTB3TestsComponentsNoGrid.java</include>
<include>**/LimitedTB3TestsComponentsGridOnly.java</include>