Skip to content

Commit 276dc34

Browse files
dulvacbuuhuu
andauthored
Fix ui tests pom packaging (#1179)
Co-authored-by: Dirk Rudolph <drudolph@adobe.com>
1 parent 1e1686d commit 276dc34

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/main/archetype/ui.tests.cypress/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<version>0.0.1-SNAPSHOT</version>
2727
<artifactId>com.adobe.cq.cloud.testing.ui.cypress.tests</artifactId>
2828
<name>com.adobe.cq.cloud.testing.ui.cypress - UI Tests</name>
29-
<description></description>
29+
<packaging>pom</packaging>
30+
<description>Cypress UI tests</description>
3031

3132
<properties>
3233
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

src/main/archetype/ui.tests.wdio/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131

3232
<artifactId>${artifactId}</artifactId>
3333
<name>${appTitle} - UI Tests</name>
34+
<packaging>pom</packaging>
3435
<description>UI Tests for ${appTitle}</description>
3536

3637
<properties>
@@ -102,7 +103,7 @@
102103
</build>
103104

104105
<profiles>
105-
<!-- Profile to run UI tests locally locally -->
106+
<!-- Profile to run UI tests locally -->
106107
<profile>
107108
<id>ui-tests-local-execution</id>
108109
<build>

0 commit comments

Comments
 (0)