Skip to content

Commit

Permalink
Fix ui tests pom packaging (#1179)
Browse files Browse the repository at this point in the history
Co-authored-by: Dirk Rudolph <drudolph@adobe.com>
  • Loading branch information
dulvac and buuhuu committed Apr 8, 2024
1 parent 1e1686d commit 276dc34
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/archetype/ui.tests.cypress/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
<version>0.0.1-SNAPSHOT</version>
<artifactId>com.adobe.cq.cloud.testing.ui.cypress.tests</artifactId>
<name>com.adobe.cq.cloud.testing.ui.cypress - UI Tests</name>
<description></description>
<packaging>pom</packaging>
<description>Cypress UI tests</description>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
3 changes: 2 additions & 1 deletion src/main/archetype/ui.tests.wdio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

<artifactId>${artifactId}</artifactId>
<name>${appTitle} - UI Tests</name>
<packaging>pom</packaging>
<description>UI Tests for ${appTitle}</description>

<properties>
Expand Down Expand Up @@ -102,7 +103,7 @@
</build>

<profiles>
<!-- Profile to run UI tests locally locally -->
<!-- Profile to run UI tests locally -->
<profile>
<id>ui-tests-local-execution</id>
<build>
Expand Down

0 comments on commit 276dc34

Please sign in to comment.