Skip to content

Commit

Permalink
[DSD-5765]- updated pom.xml (#123)
Browse files Browse the repository at this point in the history
* MOSIP-34140
Signed-off-by: Anup Nehe <[email protected]>
* MOSIP-34140
Signed-off-by: Anup Nehe <[email protected]>
* updated pom.xml
Signed-off-by: Anup Nehe <[email protected]>
* resolve conflicts
Signed-off-by: Anup Nehe <[email protected]>

---------

Signed-off-by: Anup Nehe <[email protected]>
  • Loading branch information
anup-nehe authored Jul 25, 2024
1 parent 9288239 commit fa85173
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ui-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,16 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.12.4</version>
<configuration>
<suiteXmlFiles>
<suiteXmlFile>${testngXmlFile}</suiteXmlFile>
</suiteXmlFiles><argLine>-javaagent:"${com.browserstack:browserstack-java-sdk:jar}"</argLine>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit fa85173

Please sign in to comment.